dashu-cmplx 0.5.0

A big arbitrary precision complex number library
Documentation
1
2
3
4
5
6
7
//! Advanced mathematical functions.
//!
//! Mirroring `dashu-float`'s `math` module, the transcendental functions live under here. Currently
//! only [`trig`] (complex `sin`/`cos`/`tan`/`asin`/`acos`/`atan`); `dashu-cmplx` reuses
//! `dashu-float`'s hyperbolic and constant-cache machinery directly rather than redefining it.

pub mod trig;