mirror of
https://github.com/google/go-jsonnet.git
synced 2026-05-04 11:41:03 +02: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))
|