rscel 1.0.8

Cel interpreter in rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub mod abs;
pub mod cbrt;
pub mod ceil;
pub mod exp;
pub mod floor;
pub mod lg;
pub mod ln;
pub mod log;
pub mod pow;
pub mod round;
pub mod sqrt;
pub mod trunc;