radian

Crates.ioradian
lib.rsradian
version0.1.2
sourcesrc
created_at2024-11-20 07:14:59.12313
updated_at2024-11-23 04:18:18.478714
description A normalized angle type
homepage
repositoryhttps://github.com/LiamGallagher737/radian
max_upload_size
id1454431
size27,614
Liam Gallagher (LiamGallagher737)

documentation

README

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.

Commit count: 17

cargo fmt