Skip to content

Support for math functions

Santiago Morales requested to merge sandmor/extrautils:calc into master

This gives to calc the ability to interpret and resolve mathematic functions like sqrt, cos, sin, hypot, fract, ceil, abs, clamp among others, for example:

[]> 2.37+abs(asinh(round(24*12-3/0.033)+tan(313)/log2(5^44)-trunc(4449)))
11.418297208176778

Merge request reports