Exit Full View

Fizzy / docs / ref / Functions.md

Functions

Standard Maths functions :

NameArgumentsReturn Type
absDoubleDouble
ceilDoubleDouble
expDoubleDouble
floorDoubleDouble
lnDoubleDouble
logDoubleDouble
roundDoubleDouble
sqrtDoubleDouble

Trig functions :

NameArgumentsReturn TypeComment
sinAngleDouble
cosAngleDouble
tanAngleDouble
asinDoubleAngleInverse(arc) sin
acosDoubleAngleInverse(arc) cos
atanDoubleAngleInverse(arc) tan
sinhAngleDoubleHyperbolic
coshAngleDoubleHyperbolic
tanhAngleDoubleHyperbolic

There is also the if function.