func math.Pow10
3 uses
math (current package)
pow10.go#L30: func Pow10(n int) float64 {
github.com/valyala/fastjson/fastfloat
parse.go#L345: f *= math.Pow10(int(exp))
parse.go#L503: f *= math.Pow10(int(exp))
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)