mirror of
https://github.com/CatalaLang/catala.git
synced 2024-11-10 15:04:15 +03:00
18 lines
486 B
Plaintext
18 lines
486 B
Plaintext
[ERROR] division by zero at runtime
|
|
|
|
The division operator:
|
|
--> tests/test_arithmetic/bad/division_by_zero.catala_en
|
|
|
|
|
20 | definition i equals 1. /. 0.
|
|
| ^^
|
|
+ `Division_by_zero` exception management
|
|
+-+ with decimals
|
|
|
|
The null denominator:
|
|
--> tests/test_arithmetic/bad/division_by_zero.catala_en
|
|
|
|
|
20 | definition i equals 1. /. 0.
|
|
| ^^
|
|
+ `Division_by_zero` exception management
|
|
+-+ with decimals
|