pub fn calc(val: &str, args: Vec<&str>) -> Result<String, TransformerError>
Expand description

Airthmatic calculations, the value needs to be float. e.g. {val:calc(+1)} will add 1 to the value. The order of calculation is left to right.