Crate crook_calculator

Crate crook_calculator 

Source
Expand description

§Crook calculator

crook_calculator provides one function to compute mathematical equations from string slices.

Functions§

compute
Computes mathematical equation from a string slice. The input is required to contain supported operators and valid f64 numbers, separated by any amount of different whitespace characters.