add tan_pi
[vector-math.git] / src / algorithms / trig_pi.rs
2021-05-14 Jacob Lifshayadd tan_pi
2021-05-13 Jacob Lifshayadd trunc implementation
2021-05-13 Jacob Lifshayfix build errors when `std` is disabled
2021-05-13 Jacob Lifshayadd sin_cos_pi_f64
2021-05-12 Jacob Lifshayadd sin_pi_kernel_f64 and cos_pi_kernel_f64
2021-05-10 Jacob Lifshayimplement sin_cos_pi_f32
2021-05-10 Jacob Lifshaymake ulp testing code more generic
2021-05-10 Jacob Lifshayfix formatting
2021-05-10 Jacob Lifshayrefactor to easily allow algorithms generic over f16...
2021-05-08 Jacob Lifshayadd sin_pi_f16, cos_pi_f16, and sin_cos_pi_f16
2021-05-07 Jacob Lifshayworking on adding sin_cos_pi