func math.Log10
3 uses
math (current package)
log10.go#L9: func Log10(x float64) float64
github.com/prometheus/common/model
time.go#L111: var dotPrecision = int(math.Log10(float64(second)))
golang.org/x/pkgsite/internal/frontend
search.go#L130: unit := math.Pow(10, math.Round(math.Log10(expectedErr)))
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |