[][src]Module game24::traits

Traits

Add

The addition operator +.

Connect
Div

The division operator /.

Factorial

Unary operator for computing the factorial of a number

Itertools

An Iterator blanket implementation that provides extra adaptors and methods.

Mul

The multiplication operator *.

Pow

Binary operator for raising a value to a power.

Sub

The subtraction operator -.

Surd