Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 527 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 527 Bytes

math32 GoDoc

Based on chewxy math32. A float32 version of Go's math package. The majority of code in this library is a thin float32 wrapper over the results of the math package that comes in the standard lib.

The original code is lifted from the Go standard library which is governed by a BSD-style licence which can be found here: https://golang.org/LICENSE.