gitee.com/quant1x/num@v0.3.2/math32/README.md (about)

     1  # math32 [![GoDoc](https://godoc.org/github.com/chewxy/math32?status.svg)](https://godoc.org/github.com/chewxy/math32)
     2  
     3  A `float32` version of Go's math package. The majority of code in this library is a thin `float32` wrapper over the
     4  results of the `math` package that comes in the standard lib.
     5  
     6  The original code is lifted from the Go standard library which is governed by
     7  a BSD-style licence which can be found here: https://golang.org/LICENSE.