File: README.md

package info (click to toggle)
golang-github-chewxy-math32 1.11.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 460 kB
  • sloc: asm: 388; makefile: 4
file content (7 lines) | stat: -rw-r--r-- 451 bytes parent folder | download
1
2
3
4
5
6
7
# 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.