terraform-provider-gitea/vendor/github.com/zclconf/go-cty/cty/msgpack/infinity.go
Malar Invention 00ebcd295e add vendor
2022-04-03 09:37:16 +05:30

9 lines
108 B
Go

package msgpack
import (
"math"
)
var negativeInfinity = math.Inf(-1)
var positiveInfinity = math.Inf(1)