Categorygithub.com/mokiat/gomath
modulepackage
0.10.0
Repository: https://github.com/mokiat/gomath.git
Documentation: pkg.go.dev

# 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

# Packages

Package dprec represents a mathematics library for working with double precision types.
Package dtos provides functions for converting double-precision (dprec) types into single-precision (sprec) ones.
Package sprec represents a mathematics library for working with single precision types.
Package stod provides functions for converting single-precision (sprec) types into double-precision (dprec) ones.
No description provided by the author