Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chewxy/math32

A float32 version of Go's math package
https://github.com/chewxy/math32

Last synced: about 10 hours ago
JSON representation

A float32 version of Go's math package

Awesome Lists containing this project

README

        

# math32 [![GoDoc](https://godoc.org/github.com/chewxy/math32?status.svg)](https://godoc.org/github.com/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.