Difference between revisions of "Manuals/calci/EQS"
Jump to navigation
Jump to search
| Line 9: | Line 9: | ||
*EQS compares both real and imaginary parts A and B. | *EQS compares both real and imaginary parts A and B. | ||
*This function will check for alphabets and special characters also. | *This function will check for alphabets and special characters also. | ||
| + | |||
| + | All comparison function will assume B as 0, if not provided. So EQ(10) will be treated as EQ(10,0) | ||
==Examples== | ==Examples== | ||
Revision as of 21:50, 21 March 2024
EQS (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 EQS(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 and Imaginary number.
- EQS will return the result as "TRUE" when A equals B.
- EQS will return the result as "FALSE" when A not equals B.
- EQS compares both real and imaginary parts A and B.
- This function will check for alphabets and special characters also.
All comparison function will assume B as 0, if not provided. So EQ(10) will be treated as EQ(10,0)
Examples
- EQS(23,23.3) = false
- EQS(-65,-65) = true
- EQS(7/8,21/24) = true
- EQS("G","B") = false
Related Videos
See Also
References