Enum mathml_rs::structs::op::Op[][src]

pub enum Op {
Show 94 variants Factorial, Minus, Abs, Conjugate, Arg, Real, Imaginary, Floor, Ceiling, Not, Inverse, Ident, Domain, Codomain, Image, Sin, Cos, Tan, Sec, Csc, Cot, Sinh, Cosh, Tanh, Sech, Csch, Coth, Arcsin, Arccos, Arctan, Arccosh, Arccot, Arccoth, Arccsc, Arccsch, Arcsec, Arcsech, Arcsinh, Arctanh, Exp, Ln, Log, Determinant, Transpose, Divergence, Grad, Curl, Laplacian, Card, Quotient, Divide, Power, Rem, Implies, Equivalent, Approx, Setdiff, Vectorproduct, Scalarproduct, Outerproduct, Plus, Times, Max, Min, Gcd, Lcm, Mean, Sdev, Variance, Median, Mode, And, Or, Xor, Selector, Union, Intersect, Cartesianproduct, Compose, Fn, Int, Sum, Product, Diff, Partialdiff, Forall, Exists, Eq, Neq, Gt, Lt, Geq, Leq, Root,
}

Variants

Factorial
Minus
Abs
Conjugate
Arg
Real
Imaginary
Floor
Ceiling
Not
Inverse
Ident
Domain
Codomain
Image
Sin
Cos
Tan
Sec
Csc
Cot
Sinh
Cosh
Tanh
Sech
Csch
Coth
Arcsin
Arccos
Arctan
Arccosh
Arccot
Arccoth
Arccsc
Arccsch
Arcsec
Arcsech
Arcsinh
Arctanh
Exp
Ln
Log
Determinant
Transpose
Divergence
Grad
Curl
Laplacian
Card
Quotient
Divide
Power
Rem
Implies
Equivalent
Approx
Setdiff
Vectorproduct
Scalarproduct
Outerproduct
Plus
Times
Max
Min
Gcd
Lcm
Mean
Sdev
Variance
Median
Mode
And
Or
Xor
Selector
Union
Intersect
Cartesianproduct
Compose
Fn
Int
Sum
Product
Diff
Partialdiff
Forall
Exists
Eq
Neq
Gt
Lt
Geq
Leq
Root

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.