Manuals/calci/UNITEQS
Jump to navigation
Jump to search
UNITEQS(A,B)
- Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle A} and are any real numbers.
Description
- This function determines the equality of two numbers.
- In Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle UNITEQS(A,B)} ,Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle A} and Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle B} are any real numbers.
- UNITEQS will return the result as "TRUE" when A equals B.
- UNITEQS will return the result as "FALSE" when A not equals B.
- UNITEQS compares both integer and fractional parts of A and B.
Examples
- UNITEQS(44,23.3) = false
- UNITEQS(-65,-65) = true
- UNITEQS(7/8,21/24) = true
See Also
References