func math.Floor
10 uses
math (current package)
floor.go#L14: func Floor(x float64) float64 {
floor.go#L51: return -Floor(-x)
gamma.go#L146: p := Floor(q)
lgamma.go#L335: z := Floor(x)
math/rand
zipf.go#L68: k = math.Floor(x + 0.5)
math/rand/v2
zipf.go#L68: k = math.Floor(x + 0.5)
github.com/aws/aws-sdk-go-v2/aws/retry
adaptive_ratelimit.go#L43: lastTxRateBucket: math.Floor(timeFloat64Seconds(now)),
adaptive_ratelimit.go#L125: timeBucket := math.Floor(timeFloat64Seconds(now)*2.) / 2.
github.com/google/go-cmp/cmp
report_slices.go#L133: isMostlyText = float64(numValidRunes) > math.Floor(0.90*float64(numTotalRunes))
golang.org/x/net/trace
histogram.go#L241: return int64(math.Floor(in + 0.5))
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)