Difference between revisions of "Manuals/calci/UNITEQ"
Jump to navigation
Jump to search
(Created page with "<div style="font-size:30px">'''UNITEQ (A,B)'''</div><br/> *<math>A</math> and <math>B</math> are any real numbers. ==Descreiption== *This function determines the equality of ...") |
|||
| Line 15: | Line 15: | ||
#UNITEQ(14.23,14.02) = false | #UNITEQ(14.23,14.02) = false | ||
#UNITEQ(2/3,6/9) = true | #UNITEQ(2/3,6/9) = true | ||
| − | |||
| Line 27: | Line 26: | ||
==References== | ==References== | ||
[https://api.jquery.com/eq/ Equal] | [https://api.jquery.com/eq/ Equal] | ||
| − | |||
Revision as of 21:18, 4 April 2017
UNITEQ (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.
Descreiption
- 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 UNITEQ(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.
- UNITEQ will return the result as "TRUE" when A equals B.
- UNITEQ will return the result as "FALSE" when A is not equal to B.
- UNITEQ compares both integer and fractional parts of A and B.
- This function will check for alphabets and special characters also.
Examples
- UNITEQ(28,28) = true
- UNITEQ(-453,-453) = true
- UNITEQ(14.23,14.02) = false
- UNITEQ(2/3,6/9) = true
See Also
References