func math.Mod
5 uses
math (current package)
lgamma.go#L337: x = Mod(x, 2)
mod.go#L21: func Mod(x, y float64) float64
remainder.go#L67: x = Mod(x, y+y) // now x < 2y
github.com/evanw/esbuild/internal/js_parser
js_parser.go#L9572: i = int32(uint32(math.Mod(math.Abs(f), 4294967296)))
js_parser.go#L10317: return js_ast.Expr{Loc: expr.Loc, Data: &js_ast.ENumber{Value: math.Mod(left, right)}}, exprOut{}
![]() |
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. |