about summary refs log tree commit diff
path: root/third_party/nix/src/tests/lang/eval-okay-float.nix
blob: b2702c7b16682370292cb35b74d6cbfad6b0039d (plain) (blame)
1
2
3
4
5
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))
]