githubEdit

numeric

Numeric Methods

chevron-rightfix()hashtag

Converts a real number to an integer

chevron-righthTMLCodeFormat(version=[string])hashtag

Formats a number as a U.S.

Dollar string with two decimal places, thousands separator, and a dollar sign. If the number is negative, the return value is enclosed in parentheses. If the number is an empty string, the function returns "0.00".

Arguments:

Argument
Type
Required
Default

version

string

false

null

chevron-rightdollarFormat()hashtag

Formats a number as a U.S.

Dollar string with two decimal places, thousands separator, and a dollar sign. If the number is negative, the return value is enclosed in parentheses. If the number is an empty string, the function returns "0.00".

Examples

Last updated

Was this helpful?