jan.bogutzki.de

Mathmatic-Section completed

For those of you who want to get in contact with functions-online.com and do not have a facebook account, you can now connect through twitter and follow functionsonline.

The mathmatic section at functions-online.com is now completed. All functions with minimum one parameter of input and a result other than void could be run online. 15 new functions found their way to this section, here they are:

hypot
Calculate the length of the hypotenuse of a right-angle triangle

is_finite
Finds whether a value is a legal finite number

is_infinite
Finds whether a value is infinite

is_nan
Finds whether a value is not a number

log10
Base-10 logarithm

log1p
Returns log(1 + number), computed in a way that is accurate even when the value of number is close to zero

log
Natural logarithm

max
Find highest value

min
Find lowest value

pow
Exponential expression

rad2deg
Converts the radian number to the equivalent number in degrees

rand
Generate a random integer

sin
Returns the sine of the $arg parameter

sinh
Returns the hyperbolic sine of $arg.

sqrt
Square root