lix/tests/functional/lang/eval-okay-float.nix

7 lines
119 B
Nix
Raw Normal View History

[
(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))
]