number
number
Question whether given number is odd
Question whether given number is even or not
Question whether given number is divisible by another number
Convert cents to words (english description)
Convert dollars to words (english description)
Question whether two things are equal when converted to type_float
Question if a number is included in a given inclusive range
Question whether a number is negative -- less than zero.
Question whether a number is positive -- bigger than zero.
Round a floating point number
Square a number
Format number to english notation (1,235)
Format number to french notation (1 234,56)
Make number human readable
Convert a number to words (english)
Question whether a number is zero
Calculate percentage of given arguments
Add two arbitrary precision numbers
Returns 0 if the two operands are equal, 1 if the left_operand is larger than the right_operand, -1 otherwise.
Divide two arbitrary precision numbers.
Get the remainder of dividing dividend by divisor. Unless divisor is zero, the result has the same sign as dividend.
Multiply two arbitrary precision numbers
Raise an arbitrary precision number to another
Raise an arbitrary precision number to another, reduced by a specified modulus
Get the square root of an arbitrary precision number
Subtract one arbitrary precision number from another
Return the absolute value of the given number
Format given number to a fix number of decimal points (default: 2)
number:convert_bytes_to_human_readable
Convert bytes to KB, MB, GB, TB, etc (more human readable)
Format a given number (decimal point, decimal separator, thousand separator)
Returns the next lowest integer value (as float) by rounding down value if necessary.
Returns the arc cosine of a given number.
Returns the inverse hyperbolic cosine of a given number.
Returns the arc sine of a given number.
Returns the inverse hyperbolic sine of a given number.
Return the arc tangent of a given number.
Return the arc tangent of 2 given numbers.
