Function kaguya_rs::basic_fn::fun::div[][src]

pub fn div<T: Div<Output = T>>(x: T, y: T) -> T

x / y

Arguments