std.ops.Divide
Divide[T, R]
The binary /
operator.
Required methods
/
Show source codeHide source code
fn pub /(other: ref T) -> R
fn pub /(other: ref T) -> R
Divides self
by the given object.
Implementations
Float
impl Divide[Float, Float] for Float
Int
impl Divide[Int, Int] for Int