Trait erydanos::Tangent

source ·
pub trait Tangent {
    // Required method
    fn etan(self) -> Self;
}

Required Methods§

source

fn etan(self) -> Self

Computes tan for value

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl Tangent for f32

source§

fn etan(self) -> Self

source§

impl Tangent for f64

source§

fn etan(self) -> Self

Implementors§