Struct calcu_rs::rubi::WlfrmBuiltins
source · pub(crate) struct WlfrmBuiltins;
Implementations§
source§impl WlfrmBuiltins
impl WlfrmBuiltins
pub(crate) fn FalseQ(arg: WArgs) -> WlfrmAtom
pub(crate) fn TrueQ(arg: WArgs) -> WlfrmAtom
pub(crate) fn IntegerQ(arg: WArgs) -> WlfrmAtom
pub(crate) fn FractionQ(arg: WArgs) -> WlfrmAtom
pub(crate) fn NumberQ(arg: WArgs) -> WlfrmAtom
pub(crate) fn EvenQ(arg: WArgs) -> WlfrmAtom
pub(crate) fn OddQ(arg: WArgs) -> WlfrmAtom
pub(crate) fn ProductQ(arg: WArgs) -> WlfrmAtom
pub(crate) fn SumQ(arg: WArgs) -> WlfrmAtom
pub(crate) fn PowQ(arg: WArgs) -> WlfrmAtom
pub(crate) fn AtomQ(arg: WArgs) -> WlfrmAtom
pub(crate) fn ComplexNumberQ(_: WArgs) -> WlfrmAtom
pub(crate) fn Sin(arg: WArgs) -> WlfrmAtom
pub(crate) fn ArcSin(arg: WArgs) -> WlfrmAtom
pub(crate) fn Cos(arg: WArgs) -> WlfrmAtom
pub(crate) fn ArcCos(arg: WArgs) -> WlfrmAtom
pub(crate) fn Tan(arg: WArgs) -> WlfrmAtom
pub(crate) fn ArcTan(arg: WArgs) -> WlfrmAtom
pub(crate) fn Sqrt(arg: WArgs) -> WlfrmAtom
pub(crate) fn Log(args: WArgs) -> WlfrmAtom
pub(crate) fn Exp(arg: WArgs) -> WlfrmAtom
pub(crate) fn Not(arg: WArgs) -> WlfrmAtom
pub(crate) fn Derivative(args: WArgs) -> WlfrmAtom
pub(crate) fn Expand(arg: WArgs) -> WlfrmAtom
Auto Trait Implementations§
impl Freeze for WlfrmBuiltins
impl RefUnwindSafe for WlfrmBuiltins
impl Send for WlfrmBuiltins
impl Sync for WlfrmBuiltins
impl Unpin for WlfrmBuiltins
impl UnwindSafe for WlfrmBuiltins
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