func math.Modf
9 uses
math (current package)
floor.go#L20: d, fract := Modf(-x)
floor.go#L26: d, _ := Modf(x)
floor.go#L54: d, _ := Modf(x)
gamma.go#L217: _, xf := Modf(x)
modf.go#L13: func Modf(f float64) (int float64, frac float64)
modf.go#L19: int, frac = Modf(-f)
pow.go#L8: xi, xf := Modf(x)
pow.go#L86: yi, yf := Modf(Abs(y))
github.com/aws/aws-sdk-go/private/protocol
timestamp.go#L76: _, dec := math.Modf(v)
![]() |
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. |