Returns the abolsute value of the given real. This means, negative values will be return positive.
The inverse trigonometric function of cosine
The inverse trigonometric function of sine
The inverse trigonometric function of tangent
The arctangent function with two arguments. The second argument is needed to determine the appropriate quadrant of the computed angle.
Rounds the input real upward to the nearest int
Limits the input real to the given range
The trigonometric function of cosine
Rounds the input real downward to the nearest int
Checks if this real is between low and high value
Linear Interpolation with alphafactor(smoothness)
Returns this real to the power of the argument real
Rounds the input real to the nearest int
Returns the sign of this real
The trigonometric function of sine
Returns the result of this * this, i.e. the square
The trigonometric function of tangent
Converts the input real to an int. This cuts off the decimal digits. (1.9 -> 1)
Returns the string representation of this real
Returns the string representation of this real with the given amount if digits precision
Rounds the input real towards zero to the nearest int