mirror of
https://github.com/google/go-jsonnet.git
synced 2026-04-08 06:51:04 +02:00
There are slight differences across CPU architectures which we cannot avoid. These should have no practical consequences for the users.
3 lines
82 B
Jsonnet
3 lines
82 B
Jsonnet
local tolerance = (import 'tolerance.libsonnet').tolerance;
|
|
tolerance(std.tan(1))
|