NAME
Sidef::Math::Math
DESCRIPTION
This class implements ...
SYNOPSIS
var obj = Math(...)
INHERITS
Inherits methods from:
* Sidef::Object::Object
METHODS
avg
Math.avg() -> Obj
Return the
Aliases: arithmetic_mean
chinese
Math.chinese() -> Obj
Return the
gcd
Math.gcd() -> Obj
Return the
geometric_mean
Math.geometric_mean() -> Obj
Return the
harmonic_mean
Math.harmonic_mean() -> Obj
Return the
lcm
Math.lcm() -> Obj
Return the
map
Math.map() -> Obj
Return the
max
Math.max() -> Obj
Return the
min
Math.min() -> Obj
Return the
num2percent
Math.num2percent() -> Obj
Return the
prod
Math.prod() -> Obj
Return the
Aliases: product
range_map
Math.range_map() -> Obj
Return the
range_sum
Math.range_sum() -> Obj
Return the
sum
Math.sum() -> Obj
Return the