Trait HyperbolicFunctions

Source
pub trait HyperbolicFunctions:
    ACosH
    + ASinH
    + ATanH
    + SinH
    + CosH
    + TanH { }

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl HyperbolicFunctions for f64

Source§

impl HyperbolicFunctions for Complex<f64>

Implementors§