You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Tom Alexander 8daa746da6
Initial structure for the perform_math_operation function.
4 years ago
..
README.md Initial structure for the perform_math_operation function. 4 years ago
input1.json Initial structure for the perform_math_operation function. 4 years ago
main.dust Initial structure for the perform_math_operation function. 4 years ago

README.md

Early termination

If the math helper has a body then it stops rendering conditionals after the first conditional that returns true. Rendering an else block does not cause early termination, but else blocks are rendered.

Non-number values

If the math operation involves non-numbers, NaN is returned.