Package Usage: go: github.com/cznic/mathutil
Package mathutil provides utilities supplementing the standard 'math' and
'math/rand' packages.
2018-10-21 Added BinaryLog
2018-04-25: New functions for determinig Max/Min of nullable values. Ex:
2017-10-14: New variadic functions for Max/Min. Ex:
2016-10-10: New functions QuadPolyDiscriminant and QuadPolyFactors.
2013-12-13: The following functions have been REMOVED
2013-05-13: The following functions are now DEPRECATED
These functions will be REMOVED with Go release 1.1+1.
2013-01-21: The following functions have been REMOVED
They are now replaced by untyped constants
Additionally one more untyped constant was added
This change breaks any existing code depending on the above removed
functions. They should have not been published in the first place, that was
unfortunate. Instead, defining such architecture and/or implementation
specific integer limits and bit widths as untyped constants improves
performance and allows for static dead code elimination if it depends on
these values. Thanks to minux for pointing it out in the mail list
(https://groups.google.com/d/msg/golang-nuts/tlPpLW6aJw8/NT3mpToH-a4J).
2012-12-12: The following functions will be DEPRECATED with Go release
1.0.3+1 and REMOVED with Go release 1.0.3+2, b/c of
http://code.google.com/p/go/source/detail?r=954a79ee3ea8
2 versions
Latest release: over 6 years ago
1,189 dependent packages
View more package details: https://packages.ecosystem.code.gouv.fr/registries/proxy.golang.org/packages/github.com/cznic/mathutil