go-jsonnet/testdata/builtin_atan.jsonnet
Stanisław Barzowski 5976644a3b Introduce tolerance in tests of numeric functions.
There are slight differences across CPU architectures which we cannot
avoid. These should have no practical consequences for the users.
2020-02-02 17:51:42 +01:00

3 lines
83 B
Jsonnet

local tolerance = (import 'tolerance.libsonnet').tolerance;
tolerance(std.atan(1))