Manuals/calci/CALCULATE
Jump to navigation
Jump to search
CALCULATE(String)
- where 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 String} is the string equation to calculate.
Description
- This function gives the calculation result of string entered as a parameter.
- 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 String} should be entered in double quotes as shown:
A=3;
B=4;
=CALCULATE("A+B")
ZOS
- The syntax to calculate any entered formula in ZOS is 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 CALCULATE(String)}
- 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 String} is any equation to be calculated.
Examples
| Equation | n1 | n2 | n3 | Result |
|---|---|---|---|---|
| CALCULATE("1+2+3") | 1 | 2 | 3 | 6 |
| CALCULATE("SUM(5,-9,45)") | 5 | -9 | 45 | 41 |
Related Videos
See also
References