remove note to convert to sin_cos_tau instead sin_cos_pi
[vector-math.git] / src / prim.rs
2021-05-28 Jacob Lifshayadd sqrt_fast_f16/f32/f64
2021-05-18 Jacob Lifshayadd count_leading_zeros, count_trailing_zeros, and...
2021-05-14 Jacob Lifshayadd ceil and floor
2021-05-14 Jacob Lifshayfix copysign
2021-05-14 Jacob Lifshayuse round_to_nearest_ties_to_even to implement round
2021-05-14 Jacob Lifshayadd round_to_nearest_ties_to_even
2021-05-13 Jacob Lifshayadd trunc implementation
2021-05-13 Jacob Lifshayfix build errors when `std` is disabled
2021-05-10 Jacob Lifshayimplement sin_cos_pi_f32
2021-05-10 Jacob Lifshaymake ulp testing code more generic
2021-05-10 Jacob Lifshayrefactor to easily allow algorithms generic over f16...