mathie 0.0.3

A rust math type library.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
use crate::prefix;

// yes i know most of these are uncommon. But whatever.
prefix!(Twip 0.0000176389);
prefix!(Thou 0.0000254 th);
prefix!(Barleycorn 0.0084667 Bc);
// in is a keyword
prefix!(Inch 0.0254 );
prefix!(Hand 0.1016 h);
prefix!(Foot 0.3048 ft);
prefix!(Yard 0.9144 yd);
prefix!(Chain 20.1168 ch);
prefix!(Furlong 201.168 fur);
prefix!(Mile 1609.344 mi);