Docs.rs
erydanos-0.2.7
erydanos 0.2.7
Docs.rs crate page
Apache-2.0
OR
BSD-3-Clause
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
awxkee
Dependencies
num-traits ^0.2.19
normal
Versions
28.18%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
erydanos
0.2.7
ArcTan
Required Methods
eatan
Implementations on Foreign Types
f32
f64
Object Safety
Implementors
In crate erydanos
Trait
erydanos
::
ArcTan
Copy item path
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
§