Trait erydanos::ArcTan

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

Required Methods§

source

fn eatan(self) -> Self

Computes arc tangent

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl ArcTan for f32

source§

fn eatan(self) -> Self

source§

impl ArcTan for f64

source§

fn eatan(self) -> Self

Implementors§