Crate calc [] [src]

Reexports

pub use value::Value;

Modules

parse
value

Enums

CalcError

Functions

eval

Evalulates a regular mathematical expression.

eval_polish

Evalulates mathematical expressions that are written in Polish Notation.

eval_polish_with_env

Evalulates mathematical expressions that are written in Polish Notation, with extra environment variables.

eval_with_env

Evalulates a regular mathematical expression, with extra environment variables.