Math
MATHS
NAME
maths - All functions related to maths.
SYNOPSIS
dates See all functions
DESCRIPTION
This is a repertoire for all the functions that are related to maths and maths operations.
AUTHOR
Written by Pierre Laplante and Caroline Laplante, <laplante@sednove.com>
Functions (34)
this function computes the absolute value
acosThis function computes the arc cosine of x.
acoshThis function computes the inverse hyperbolic cos of a numbe ...
asinThis function computes the inverse sin function of a number.
asinhThis function computes the inverse hyperbolic sine of a numb ...
atanThis function computes the inverse tan function of a number.
atanhThis function computes the inverse hyperbolic tan of a numbe ...
cbrtThis function computes the cube root of a number.
ceilSmallest integral value not less than argument
cosThis function computes the cos of a number.
coshThis function computes the hyperbolic cos of a number.
erfThis computes the value obtained in the error function for a ...
expThis function computes the value of e, the natural exponenti ...
exp2This function computes the value of 2 multiplied by itself x ...
expm1This function computes the value of e, the natural exponenti ...
fabsThis function computes the absolute value of a float.
fdimThis function returns the positive difference between the 2 ...
floorLargest integral value not greater than argument.
This function returns the biggest of the 2 var chosen by the ...
fminThis function returns the smallest of the 2 var chosen by th ...
hypotThis function computes the hypothenuse of 2 var chosen by th ...
logThis function computes the logarithm of a number.
log10This function computes the base 10 logarithm of a number.
powThis function computes the value of a var chosen by the user ...
randomRandom number generator.
rintRound to nearest integer.
roundStandart rounding of a number.
sinhThis function computes the hyperbolic sine of a number.
sqrtThis function computes the square root of a number.
tanThis function computes the tan of a number.
tanhThis function computes the hyperbolic tan of a number.
tgammaThis computes the value obtained with the gamma function.
truncThis function returns the nearest integer not greater in mag ...
twiceThis function multiply a number by 2.