pub type IntTy<F> = <F as Float>::Int;
Access the associated Int type from a float (helper to avoid ambiguous associated types).
Int