Expand description
Re-exports§
pub use crate::fractions::Fraction;
pub use crate::fractions::const_abs;
pub use crate::fractions::const_gcd;
Modules§
Functions§
- archimedes
- The function
archimedes
calculates the area of a triangle using Archimedes’ formula with the lengths of the three sides provided asFraction<i64>
values.