pub struct Cot;Trait Implementations§
Source§impl<T: Float> Operator<T, { $crate::op!(@count $($eval_arg),+) }> for Cot
impl<T: Float> Operator<T, { $crate::op!(@count $($eval_arg),+) }> for Cot
const NAME: &'static str = "cot"
const INFIX: Option<&'static str> = None
const DISPLAY: &'static str
const ALIASES: &'static [&'static str]
const COMMUTATIVE: bool = false
const ASSOCIATIVE: bool = false
const COMPLEXITY: u16 = 1u16
fn eval(args: &[T; 1]) -> T
fn partial(args: &[T; 1], idx: usize) -> T
Auto Trait Implementations§
impl Freeze for Cot
impl RefUnwindSafe for Cot
impl Send for Cot
impl Sync for Cot
impl Unpin for Cot
impl UnwindSafe for Cot
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