cas-compute 0.2.0

Tools for evaluation of CalcScript expressions
Documentation
1
2
3
4
5
6
7
8
#![doc = include_str!("../README.md")]

pub mod approx;
pub mod consts;
pub mod funcs;
pub mod numerical;
pub mod primitive;
pub mod symbolic;