mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-11 00:36:20 +02:00
9b1bdf2db8
Fixes #2361.
6 lines
119 B
Nix
6 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))
|
|
]
|