Module cpc::evaluator[][src]

Turns an AstNode into a Number

Functions

cbrt

Returns the cube root of a d128

cos

Returns the cosine of a d128

evaluate

Evaluate an AstNode into a Number

factorial

Returns the factorial of a d128 up to 1000! without doing any math

sin

Returns the sine of a d128

sqrt

Returns the square root of a d128

tan

Returns the tangent of a d128