forked from lix-project/lix
7 lines
119 B
Nix
7 lines
119 B
Nix
|
[
|
||
|
(1.1 + 2.3)
|
||
|
(builtins.add (0.5 + 0.5) (2.0 + 0.5))
|
||
|
((0.5 + 0.5) * (2.0 + 0.5))
|
||
|
((1.5 + 1.5) / (0.5 * 4.0))
|
||
|
]
|