radiasoft / pykern

Apache License 2.0
5 stars 7 forks source link

Add text functions (IF) and change link refs to require to be in square brackets #483

Closed robnagler closed 4 months ago

robnagler commented 4 months ago

Refactor expressions to be outside of cells. Add bool type (needed for IF). Clean up unary minus. Do better operand count tests. Add % (MOD, modulo). Fix percentage rounding: two digits means 1.00 is 100%, not 100.00%. Improve error messages.