pub trait AddMul<Y = Self, Z = Self> {
    type Output;

    fn add_mul(self, y: Y, z: Z) -> Self::Output;
}
Expand description

Adds a number and the product of two other numbers.

Required Associated Types

Required Methods

Implementations on Foreign Types

Adds a number and the product of two other numbers.

$f(x, y, z) = x + yz$.

Worst-case complexity

Constant time and additional memory.

Examples

See here.

Adds a number and the product of two other numbers.

$f(x, y, z) = x + yz$.

Worst-case complexity

Constant time and additional memory.

Examples

See here.

Adds a number and the product of two other numbers.

$f(x, y, z) = x + yz$.

Worst-case complexity

Constant time and additional memory.

Examples

See here.

Adds a number and the product of two other numbers.

$f(x, y, z) = x + yz$.

Worst-case complexity

Constant time and additional memory.

Examples

See here.

Adds a number and the product of two other numbers.

$f(x, y, z) = x + yz$.

Worst-case complexity

Constant time and additional memory.

Examples

See here.

Adds a number and the product of two other numbers.

$f(x, y, z) = x + yz$.

Worst-case complexity

Constant time and additional memory.

Examples

See here.

Adds a number and the product of two other numbers.

$f(x, y, z) = x + yz$.

Worst-case complexity

Constant time and additional memory.

Examples

See here.

Adds a number and the product of two other numbers.

$f(x, y, z) = x + yz$.

Worst-case complexity

Constant time and additional memory.

Examples

See here.

Adds a number and the product of two other numbers.

$f(x, y, z) = x + yz$.

Worst-case complexity

Constant time and additional memory.

Examples

See here.

Adds a number and the product of two other numbers.

$f(x, y, z) = x + yz$.

Worst-case complexity

Constant time and additional memory.

Examples

See here.

Adds a number and the product of two other numbers.

$f(x, y, z) = x + yz$.

Worst-case complexity

Constant time and additional memory.

Examples

See here.

Adds a number and the product of two other numbers.

$f(x, y, z) = x + yz$.

Worst-case complexity

Constant time and additional memory.

Examples

See here.

Adds a number and the product of two other numbers.

$f(x, y, z) = x + yz$.

Worst-case complexity

Constant time and additional memory.

Examples

See here.

Adds a number and the product of two other numbers.

$f(x, y, z) = x + yz$.

Worst-case complexity

Constant time and additional memory.

Examples

See here.

Implementors