Decimal | A decimal floating point number. T |
DividedWithRemainder | |
Mode | A strategy for rounding the result of an operation
on two |
Rounding | Holds precision and rounding information for use in decimal arithmetic. A |
Whole | An arbitrary precision integer. |
acos() | The arc cosine of the given number. |
asin() | The arc sine of the given number. |
atan() | The arc tangent of the given number. |
atan2() | The angle from converting rectangular coordinates
|
cbrt() | The cube root of the given number. T |
ceiling | Round towards positive infinity. |
ceiling() | The smallest value that is greater than or equal to the argument and equal to an integer. |
cos() | The cosine of the given angle specified in radians. |
cosh() | The hyperbolic cosine of the given angle specified in radians. |
decimalNumber() | |
down | Round towards zero. |
e | The |
exp() | 𝑒 raised to the power of the argument. |
expm1() | A more accurate computation of |
floor | Round towards negative infinity. |
floor() | The largest value that is less than or equal to the argument and equal to an integer. |
formatWhole() | The string representation of the given |
fromImplementation() | Converts a platform-specific implementation object to a
|
halfDown | Round towards the nearest neighbour, or round down if there are two nearest neighbours. |
halfEven | Round towards the nearest neighbour, or round towards the even neighbour if there are two nearest neighbours. |
halfEven() | The closest value to the argument that is equal to a mathematical integer, with even values preferred in the event of a… |
halfUp | Round towards the nearest neighbour, or round up if there are two nearest neighbours. |
hypot() | Returns the length of the hypotenuse of a right angle
triangle with other sides having lengths |
implicitRounding | The rounding currently being used implicitly by the |
implicitlyRounded() | Performs an arbitrary calculation with the given rounding used
implicitly when arithmetic operators are applied to |
largest() | The larger of the two arguments. |
largest() | The larger of the two arguments. |
log() | The natural logarithm (base 𝑒) of the argument. |
log10() | The base 10 logarithm of the argument. |
log1p() | A more accurate computation of |
max() | The largest |
max() | The largest |
min() | The smallest |
min() | The smallest |
one | A |
one | A |
parseDecimal() | The |
parseWhole() | The |
pi | The Float which best approximates the mathematical constant π, the ratio of the circumference of a circle to its… |
product() | The product of the |
product() | The product of the |
random() | A number greater than or equal to positive zero and less
than |
round() | Creates a rounding with the given precision and mode. |
scalb() | The value of |
sin() | The sine of the given angle specified in radians. |
sinh() | The hyperbolic sine of the given angle specified in radians. |
smallest() | The smaller of the two arguments. |
smallest() | The smaller of the two arguments. |
sqrt() | The positive square root of the given number. T |
sum() | The sum of the |
sum() | The sum of the |
tan() | The tangent of the given angle specified in radians. |
tanh() | The hyperbolic tangent of the given angle specified in radians. |
ten | A |
toDegrees() | The given angle (in radians) converted to degrees. |
toRadians() | The given angle (in degrees) converted to radians. |
two | A |
unlimitedPrecision | Unlimited precision. |
unnecessary | Asserts that rounding will not be required causing an exception to be thrown if it is. |
up | Round away from zero. |
wholeNumber() | |
zero | A |
zero | A |