Function cordic_circular

Source
pub fn cordic_circular<T: CordicNumber>(
    x: T,
    y: T,
    z: T,
    vecmode: T,
) -> (T, T, T)