commonMain.io.islandtime.internal.Math.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of core-metadata Show documentation
Show all versions of core-metadata Show documentation
A multiplatform library for working with dates and times
package io.islandtime.internal
internal expect infix fun Long.floorMod(other: Long): Long
internal expect infix fun Int.floorMod(other: Int): Int
internal expect infix fun Long.floorMod(other: Int): Long
internal expect infix fun Long.floorDiv(other: Long): Long
internal expect infix fun Int.floorDiv(other: Int): Int
internal expect infix fun Long.floorDiv(other: Int): Long
internal expect infix fun Long.plusExact(other: Long): Long
internal expect infix fun Int.plusExact(other: Int): Int
internal expect infix fun Long.minusExact(other: Long): Long
internal expect infix fun Int.minusExact(other: Int): Int
internal expect infix fun Long.timesExact(other: Long): Long
internal expect infix fun Int.timesExact(other: Int): Int
internal expect infix fun Long.timesExact(other: Int): Long
internal expect fun Int.negateExact(): Int
internal expect fun Long.negateExact(): Long
internal expect fun Long.toIntExact(): Int
© 2015 - 2025 Weber Informatics LLC | Privacy Policy