pub struct TanFunction { /* private fields */ }Expand description
The TAN function.
Implementations§
Trait Implementations§
Source§impl Callable for TanFunction
impl Callable for TanFunction
Auto Trait Implementations§
impl Freeze for TanFunction
impl !RefUnwindSafe for TanFunction
impl !Send for TanFunction
impl !Sync for TanFunction
impl Unpin for TanFunction
impl UnsafeUnpin for TanFunction
impl !UnwindSafe for TanFunction
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more