PLAYGROUND (experimental)

Category: math


ceil

Round up to the nearest integer or to N decimals





exp

Returns e**x, the base-e exponential of x.


floor

Round down to the nearest integer or to N decimals


haversine

Calculaire the great-circle distance between two points on Earth, in kilometer.


hypot

Euclidean distance from origin: sqrt(x*x + y*y).