Crate fractions

Source
Expand description

Fraction numbers

§Compatibility

The fractions-rs crate is tested for rustc 1.31 and greater.

Re-exports§

pub use crate::fractions::Fraction;
pub use crate::fractions::const_abs;
pub use crate::fractions::const_gcd;

Modules§

fractions

Functions§

archimedes
The function archimedes calculates the area of a triangle using Archimedes’ formula with the lengths of the three sides provided as Fraction<i64> values.