floorMod

open fun floorMod(x: Float, y: Int): Float

This returns as similar as floorMod. Instead it works for float type values. And the re-implementation makes it back compatible to API<24.


open fun floorMod(x: Int, y: Int): Int

This is same as floorMod. Re-implementation makes it back compatible to API<24.