[][src]Module math_ast::traits

Traits

Add

The addition operator +.

Connect
Div

The division operator /.

Factorial

Unary operator for computing the factorial of a number

Mul

The multiplication operator *.

Pow

Binary operator for raising a value to a power.

Sub

The subtraction operator -.

Surd