Function modf

Source
pub fn modf<T>(x: T, i: T) -> T
where T: Number,
Expand description

Modulus between two values.

ยงSee also: