deterministic-trigonometry 0.1.1

Trigonometry without floating point variables to achieve deterministic results across hardware and compilers
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[dependencies]

[package]
categories = ["game-development", "mathematics"]
description = "Trigonometry without floating point variables to achieve deterministic results across hardware and compilers"
edition = "2021"
keywords = ["deterministic", "trigonometry", "lockstep"]
license = "MIT OR Apache-2.0"
name = "deterministic-trigonometry"
readme = "README.md"
repository = "https://github.com/james-simkins-pittsburgh/deterministic-trigonometry"
version = "0.1.1"