Math$Typings extension

on

Properties

abs num Function(num)
getter/setter pair
acos num Function(num)
getter/setter pair
acosh num Function(num)
getter/setter pair
asin num Function(num)
getter/setter pair
asinh num Function(num)
getter/setter pair
atan num Function(num)
getter/setter pair
atan2 num Function(num, num)
getter/setter pair
atanh num Function(num)
getter/setter pair
cbrt num Function(num)
getter/setter pair
ceil num Function(num)
getter/setter pair
clz32 num Function(num)
getter/setter pair
cos num Function(num)
getter/setter pair
cosh num Function(num)
getter/setter pair
e num
The mathematical constant e. This is Euler's number, the base of natural logarithms.
no setter
exp num Function(num)
getter/setter pair
expm1 num Function(num)
getter/setter pair
floor num Function(num)
getter/setter pair
fround num Function(num)
getter/setter pair
hypot num Function([Iterable?])
getter/setter pair
imul num Function(num, num)
getter/setter pair
ln2 num
The natural logarithm of 2.
no setter
ln10 num
The natural logarithm of 10.
no setter
log num Function(num)
getter/setter pair
log1p num Function(num)
getter/setter pair
log2 num Function(num)
getter/setter pair
log2e num
The base-2 logarithm of e.
no setter
log10 num Function(num)
getter/setter pair
log10e num
The base-10 logarithm of e.
no setter
max num Function([Iterable?])
getter/setter pair
min num Function([Iterable?])
getter/setter pair
pi num
Pi. This is the ratio of the circumference of a circle to its diameter.
no setter
pow num Function(num, num)
getter/setter pair
random num Function()
getter/setter pair
round num Function(num)
getter/setter pair
sign num Function(num)
getter/setter pair
sin num Function(num)
getter/setter pair
sinh num Function(num)
getter/setter pair
sqrt num Function(num)
getter/setter pair
sqrt2 num
The square root of 2.
no setter
sqrt12 num
The square root of 0.5, or, equivalently, one divided by the square root of 2.
no setter
tan num Function(num)
getter/setter pair
tanh num Function(num)
getter/setter pair
trunc num Function(num)
getter/setter pair