pub fn sin_cos<T: CordicNumber>(angle: T) -> (T, T)Expand description
Compute simultaneously the sinus and cosine of the given fixed-point number.
pub fn sin_cos<T: CordicNumber>(angle: T) -> (T, T)Compute simultaneously the sinus and cosine of the given fixed-point number.