[][src]Function cordic::sin_cos

pub fn sin_cos<T: CordicNumber>(angle: T) -> (T, T)

Compute simultaneously the sinus and cosine of the given fixed-point number.