fixed/src
Trevor Spiteri 1a859f2033 20 more const functions 2019-08-17 17:10:55 +02:00
..
arith.rs add {from,to}_num, deprecate sealed::{Int,Float,Fixed} 2019-08-16 15:45:26 +02:00
cmp.rs deprecate sealed module 2019-08-16 16:54:16 +02:00
consts.rs add consts::FRAC_TAU_12, as 30 degrees is a useful constant 2019-08-16 23:09:13 +02:00
convert.rs impl LossyFrom for infallible conversions from integer to integer 2019-08-16 21:59:44 +02:00
display.rs add {from,to}_num, deprecate sealed::{Int,Float,Fixed} 2019-08-16 15:45:26 +02:00
float_helper.rs deprecate sealed module 2019-08-16 16:54:16 +02:00
frac.rs simplify conversion trait constraints 2019-08-11 21:08:15 +02:00
from_str.rs inline function 2019-08-16 17:17:22 +02:00
helpers.rs deprecate sealed module 2019-08-16 16:54:16 +02:00
int_helper.rs simplify code for many method calls 2019-08-16 21:16:55 +02:00
lib.rs depend on rustc 1.34.0 (for some const functions) 2019-08-17 16:52:08 +02:00
macros.rs 20 more const functions 2019-08-17 17:10:55 +02:00
macros_deprecated.rs add {from,to}_num, deprecate sealed::{Int,Float,Fixed} 2019-08-16 15:45:26 +02:00
macros_frac.rs divide inherent methods into impl<Frac> and impl<Frac: LeEqU*> 2019-08-17 16:35:25 +02:00
macros_from_to.rs divide inherent methods into impl<Frac> and impl<Frac: LeEqU*> 2019-08-17 16:35:25 +02:00
macros_no_frac.rs 20 more const functions 2019-08-17 17:10:55 +02:00
macros_round.rs use imports throughout doc examples 2019-08-16 22:57:31 +02:00
sealed.rs deprecate sealed module 2019-08-16 16:54:16 +02:00
serdeize.rs add types::LeEqU* to simplify Frac bounds 2019-08-11 21:08:05 +02:00
traits.rs simplify code for many method calls 2019-08-16 21:16:55 +02:00
types.rs add types::LeEqU* to simplify Frac bounds 2019-08-11 21:08:05 +02:00
wide_div.rs add {from,to}_num, deprecate sealed::{Int,Float,Fixed} 2019-08-16 15:45:26 +02:00
wrapping.rs use imports throughout doc examples 2019-08-16 22:57:31 +02:00