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
13
14
[package]

name = "deterministic-trigonometry"

version = "0.1.1"

edition = "2021"

description = "Trigonometry without floating point variables to achieve deterministic results across hardware and compilers"

license = "MIT OR Apache-2.0"

categories = ["game-development", "mathematics"]

keywords = ["deterministic", "trigonometry", "lockstep"]

repository = "https://github.com/james-simkins-pittsburgh/deterministic-trigonometry"





# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html



[dependencies]