Manuals/calci/NUMBER
Jump to navigation
Jump to search
NUMBER(Thing)
- 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 Thing} is any number.
Description
- This function gives it as Number object.
- The primary uses of the Number object are:
- If the argument cannot be converted into a number, it returns NaN.
- In a non-constructor context (i.e., without the new operator), Number can be used to perform a type conversion.
Examples
- NUMBER("65") = 65
- NUMBER("Hello") = null
- NUMBER("-32") = -32