mirror of
https://github.com/NixOS/nix
synced 2025-07-07 10:11:47 +02:00
parent
d277442df5
commit
9b1bdf2db8
3 changed files with 16 additions and 0 deletions
6
tests/lang/eval-okay-float.nix
Normal file
6
tests/lang/eval-okay-float.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
[
|
||||
(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))
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue