mirror of
https://github.com/google/go-jsonnet.git
synced 2025-12-24 18:41:07 +01:00
There are slight differences across CPU architectures which we cannot avoid. These should have no practical consequences for the users.
3 lines
83 B
Jsonnet
3 lines
83 B
Jsonnet
local tolerance = (import 'tolerance.libsonnet').tolerance;
|
|
tolerance(std.atan(1))
|