Skip to content

LiamGallagher737/radian

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

radian

A normalized angle type

crates.io docs.rs

Cargo Features

std

The std feature is enabled by default. This uses the standard library implmentation of math functions like sin and cos.

libm

The libm feature can be enabled instead of std. This will use the libm crate for math functions like sin and cos.

ufmt

The ufmt feature will add the ufmt::uDisplay implmentation for Angle.