Search results

There are no results.

std.ops.Divide

Divide[T, R]

The binary / operator.

Required methods

/

Show source code
Hide source code
fn pub /(other: ref T) -> R
fn pub /(other: ref T) -> R

Divides self by the given object.

Implementations

std.float.

Float

impl Divide[Float, Float] for Float
std.int.

Int

impl Divide[Int, Int] for Int