remove note to convert to sin_cos_tau instead sin_cos_pi
[vector-math.git] / src / algorithms / base.rs
2021-05-21 Jacob Lifshaymove sqrt/rsqrt code to roots.rs
2021-05-21 Jacob Lifshayfix build error
2021-05-20 Jacob Lifshayworking on adding sqrt and rsqrt implementation
2021-05-18 Jacob Lifshayadd count_leading_zeros, count_trailing_zeros, and...
2021-05-14 Jacob Lifshayadd ceil and floor
2021-05-14 Jacob Lifshayadd round_to_nearest_ties_to_even
2021-05-13 Jacob Lifshayadd trunc implementation
2021-05-13 Jacob Lifshayadd copy_sign and genericify abs
2021-05-13 Jacob Lifshayadd abs_f16/32/64