Categorygithub.com/mokiat/gomath
repositorypackage
0.14.1
Repository: https://github.com/mokiat/gomath.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

Go mathematics library

Go Reference Build Status Go Report Card

A lightweight mathematics library in Go intended to be used in graphics, simulation, and game projects.

The code is split into single-precision and double-precision packages:

  • sprec - single-precision types and functions
  • dprec - double-precision types and functions