const math.Ln10
3 uses
math (current package)
const.go#L23: Ln10 = 2.30258509299404568401799145468436420760110148862877297603332790 // https://oeis.org/A002392
const.go#L24: Log10E = 1 / Ln10
log10.go#L17: return Log(x) * (1 / Ln10)
|
The pages are generated with Golds v0.6.7. (GOOS=linux 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. |