gomath

package module
v0.9.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 3, 2024 License: MIT Imports: 0 Imported by: 0

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

Documentation

Overview

Package gomath contains an advanced mathematics library for the Go programming language. Check the sprec and dprec sub-packages for functions and types in the single and double floating point precision levels respectively.

Directories

Path Synopsis
Package dprec represents a mathematics library for working with double precision types.
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 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 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.
Package stod provides functions for converting single-precision (sprec) types into double-precision (dprec) ones.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL