radian

Crates.ioradian
lib.rsradian
version0.1.3
created_at2024-11-20 07:14:59.12313+00
updated_at2025-06-04 20:49:55.569646+00
description A normalized angle type
homepage
repositoryhttps://github.com/LiamGallagher737/radian
max_upload_size
id1454431
size40,644
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: 20

cargo fmt