pub fn complex_sin_taylor(z: Complex, terms: usize) -> Complex
Taylor series approximation of sin(z) = Σ (-1)^k z^(2k+1) / (2k+1)!