Formats a number according to localization settings.
Parameter:
The number is output according to the specified precision and localization format.
Rounds the number to the specified number of decimal places.
The output is the number rounded to the given precision.
Adds the specified value to the current number.
Parameter:
The output is the sum of the current number and the specified value.
Subtracts the specified value from the current number.
Parameter:
The output is the current number minus the specified value.
Multiplies the current number by the specified value.
Parameter:
The output is the product of the current number and the specified value.
Divides the current number by the specified value.
Parameter:
The output is the result of the division.
Computes the modulus (remainder) of the current number divided by the specified value.
Parameter:
The output is the remainder from the modulus operation.
Returns the absolute value of the number.
The output is the absolute value of the input number.
Rounds the number upward to the smallest integer that is greater than or equal to the current number.
The output is the number rounded upward to the nearest integer.
Rounds the number downward to the largest integer that is less than or equal to the current number.
The output is the number rounded downward to the nearest integer.
Converts the number to an integer (not recommended for use).
Depends on the specific conversion case.
Converts the number to English format (using . as the decimal point). Not recommended for use.
Depends on the specific conversion case.
Converts the number to a string while keeping only the specified number of decimal places. Not recommended for use.
Depends on the specific conversion case.
Converts the number to French format (using , as the decimal separator). Not recommended for use.
Depends on the specific conversion case.