Difference between revisions of "Manuals/calci/TONUMBER"
Jump to navigation
Jump to search
(Created page with "<div style="font-size:30px">'''TONUMBER ("Number")'''</div><br/> *<math>Number</math> is any number. ==Description== *This function converts a string to a number. *In <math>T...") |
|||
Line 4: | Line 4: | ||
==Description== | ==Description== | ||
*This function converts a string to a number. | *This function converts a string to a number. | ||
− | *In <math>TONUMBER ("Number")</math>,<math>Number</math> is any type number. | + | *In <math> TONUMBER ("Number")</math>,<math>Number</math> is any type number. |
*Given number can be of any type like Positive Integer,Negative Integer and Decimal. | *Given number can be of any type like Positive Integer,Negative Integer and Decimal. | ||
*This function will give the result as "0" when the given value is Non Numeric. | *This function will give the result as "0" when the given value is Non Numeric. |
Revision as of 03:57, 19 February 2020
TONUMBER ("Number")
- is any number.
Description
- This function converts a string to a number.
- 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 TONUMBER ("Number")} , is any type number.
- Given number can be of any type like Positive Integer,Negative Integer and Decimal.
- This function will give the result as "0" when the given value is Non Numeric.
Examples
- TONUMBER("34") = 34
- TONUMBER("12.3") = 12.3
- TONUMBER("-10") = -10