catala/tests/test_dec/good/zero_after_comma.catala_en

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
216 B
Plaintext
Raw Normal View History

2022-04-22 15:26:28 +03:00
## Article
```catala
declaration scope A:
context output x content decimal
context output y content decimal
scope A:
definition x equals 4.0
definition y equals 1.0 +. (x /. 100.0)
assertion y = 1.04
```