CatalaLang / catala

Programming language for literate programming law specification
https://catala-lang.org
Apache License 2.0
1.99k stars 77 forks source link

Add decimal -> integer conversion operation #745

Open rprimet opened 2 weeks ago

AltGr commented 2 weeks ago

Implemented in #746, but leaving this open as it requires documentation. In particular, the current behaviour is truncation towards 0 ; it might have made sense to use floor instead. In any case, it should be specified somewhere.