terraform-provider-gitea/vendor/github.com/hashicorp/go-cty/cty/msgpack/infinity.go

9 lines
108 B
Go
Raw Normal View History

2022-04-03 04:07:16 +00:00
package msgpack
import (
"math"
)
var negativeInfinity = math.Inf(-1)
var positiveInfinity = math.Inf(1)