Skip to main content

Sinh

Trait Sinh 

Source
pub trait Sinh<T: Copy + PartialEq> {
    // Required method
    fn sinh(z: c<T>) -> c<T>;
}

Required Methods§

Source

fn sinh(z: c<T>) -> c<T>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§

Source§

impl Sinh<f32> for c<f32>

Source§

impl Sinh<f64> for c<f64>