Difference between revisions of "Manuals/calci/UNITEQS"
Jump to navigation
Jump to search
| Line 15: | Line 15: | ||
#UNITEQS(7/8,21/24) = true | #UNITEQS(7/8,21/24) = true | ||
| + | ==Related Videos== | ||
| + | |||
| + | {{#ev:youtube|v=h2FebF5S85c|280|center|Equality}} | ||
==See Also== | ==See Also== | ||
Revision as of 13:42, 7 February 2019
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.
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
Related Videos
See Also
References