fixed/src
Trevor Spiteri 66d7fe8ba2 remove trait use in float_helper 2021-10-27 21:46:03 +02:00
..
types remove IntHelper trait 2021-10-21 14:41:28 +02:00
arith.rs remove IntHelper trait 2021-10-21 14:41:28 +02:00
cast.rs annotate unwrapped methods (and fns they call) with track_caller 2021-03-23 14:56:47 +01:00
cmp.rs remove trait use in float_helper 2021-10-27 21:46:03 +02:00
consts.rs add 4 constants: SQRT_PI, FRAC_1_SQRT_PI, SQRT_E, SQRT_PHI 2021-03-20 11:18:04 +01:00
convert.rs Use IntFixed for ints (including {isize,usize}) <-> equivalent fixed 2021-10-21 14:40:38 +02:00
debug_hex.rs do not cache debug hex stuff 2021-05-12 18:10:47 +02:00
display.rs fix off by one when checking whether display can use narrower type 2021-10-21 15:20:21 +02:00
float_helper.rs remove trait use in float_helper 2021-10-27 21:46:03 +02:00
from_str.rs remove IntHelper trait 2021-10-21 14:41:28 +02:00
helpers.rs remove trait use in float_helper 2021-10-27 21:46:03 +02:00
impl_arbitrary.rs explicilty use Arbitrary trait methods for primitives 2021-08-23 13:21:20 +02:00
impl_bytemuck.rs add bytemuck feature 2021-04-21 13:01:55 +02:00
impl_num_traits.rs use inherent is_zero when implementing Zero::is_zero 2021-05-06 16:36:13 +02:00
int256.rs simplify wide division 2021-10-20 11:12:39 +02:00
int_helper.rs remove IntHelper trait 2021-10-21 14:41:28 +02:00
inv_lerp.rs add some inv_lerp tests 2021-10-15 19:38:30 +02:00
lerp.rs add some inv_lerp tests 2021-10-15 19:38:30 +02:00
lib.rs remove trait use in float_helper 2021-10-27 21:46:03 +02:00
log10.rs update copyright year 2021-02-05 15:22:27 +01:00
macros.rs macro style tweaks 2021-04-16 21:30:58 +02:00
macros_const.rs macro style tweaks 2021-04-16 21:30:58 +02:00
macros_frac.rs pull some stuff out of IntHelper trait 2021-10-20 13:34:31 +02:00
macros_from_to.rs doc tweaks 2021-04-20 19:06:55 +02:00
macros_no_frac.rs clippy 2021-10-20 11:54:46 +02:00
macros_round.rs macro style tweaks 2021-04-16 21:30:58 +02:00
prim_traits.rs remove trait use in float_helper 2021-10-27 21:46:03 +02:00
serdeize.rs update copyright year 2021-02-05 15:22:27 +01:00
traits.rs add inv_lerp to traits and wrappers 2021-10-15 20:49:50 +02:00
unwrapped.rs add inv_lerp to traits and wrappers 2021-10-15 20:49:50 +02:00
wrapping.rs add inv_lerp to traits and wrappers 2021-10-15 20:49:50 +02:00