pub enum BuiltInFunctionCall1p {
Show 19 variants
Sqrt,
Exp(bool),
Ln,
Log,
Abs,
Floor,
Ceil,
Sin,
Cos,
Tan,
ArcSin,
ArcCos,
ArcTan,
SinH,
CosH,
TanH,
ArcSinH,
ArcCosH,
ArcTanH,
}Variants§
Sqrt
Exp(bool)
Ln
Log
Abs
Floor
Ceil
Sin
Cos
Tan
ArcSin
ArcCos
ArcTan
SinH
CosH
TanH
ArcSinH
ArcCosH
ArcTanH
Trait Implementations§
Source§impl Clone for BuiltInFunctionCall1p
impl Clone for BuiltInFunctionCall1p
Source§fn clone(&self) -> BuiltInFunctionCall1p
fn clone(&self) -> BuiltInFunctionCall1p
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for BuiltInFunctionCall1p
impl Debug for BuiltInFunctionCall1p
impl Copy for BuiltInFunctionCall1p
Auto Trait Implementations§
impl Freeze for BuiltInFunctionCall1p
impl RefUnwindSafe for BuiltInFunctionCall1p
impl Send for BuiltInFunctionCall1p
impl Sync for BuiltInFunctionCall1p
impl Unpin for BuiltInFunctionCall1p
impl UnwindSafe for BuiltInFunctionCall1p
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