IntRing

object IntRing : Ring<Int> , Order<Int>

Properties

Link copied to clipboard
open override val one: Int
Link copied to clipboard
open val Int.value: Int
open val Long.value: Int
Link copied to clipboard
open override val zero: Int

Functions

Link copied to clipboard
open infix operator override fun Int.compareTo(other: Int): Int
Link copied to clipboard
fun <V> Ring<V>.doublingMinus(first: V, other: Int): V
fun <V> Ring<V>.doublingMinus(first: V, other: Long): V
fun <V> Ring<V>.doublingMinus(first: V, other: UInt): V
fun <V> Ring<V>.doublingMinus(first: V, other: ULong): V
fun <V> Ring<V>.doublingMinus(first: Int, other: V): V
fun <V> Ring<V>.doublingMinus(first: Long, other: V): V
fun <V> Ring<V>.doublingMinus(first: UInt, other: V): V
fun <V> Ring<V>.doublingMinus(first: ULong, other: V): V
Link copied to clipboard
fun <V> Ring<V>.doublingPlus(first: V, other: Int): V
fun <V> Ring<V>.doublingPlus(first: V, other: Long): V
fun <V> Ring<V>.doublingPlus(first: V, other: UInt): V
fun <V> Ring<V>.doublingPlus(first: V, other: ULong): V
fun <V> Ring<V>.doublingPlus(first: Int, other: V): V
fun <V> Ring<V>.doublingPlus(first: Long, other: V): V
fun <V> Ring<V>.doublingPlus(first: UInt, other: V): V
fun <V> Ring<V>.doublingPlus(first: ULong, other: V): V
Link copied to clipboard
fun <V> Ring<V>.doublingTimes(first: V, other: Int): V
fun <V> Ring<V>.doublingTimes(first: V, other: Long): V
fun <V> Ring<V>.doublingTimes(first: V, other: UInt): V
fun <V> Ring<V>.doublingTimes(first: V, other: ULong): V
fun <V> Ring<V>.doublingTimes(first: Int, other: V): V
fun <V> Ring<V>.doublingTimes(first: Long, other: V): V
fun <V> Ring<V>.doublingTimes(first: UInt, other: V): V
fun <V> Ring<V>.doublingTimes(first: ULong, other: V): V
Link copied to clipboard
open infix fun Int.eq(other: Int): Boolean
Link copied to clipboard
open infix fun Int.equalsTo(other: Int): Boolean
Link copied to clipboard
open fun Int.isNotOne(): Boolean
Link copied to clipboard
open fun Int.isNotZero(): Boolean
Link copied to clipboard
open fun Int.isOne(): Boolean
Link copied to clipboard
open fun Int.isZero(): Boolean
Link copied to clipboard
open inline operator override fun Int.minus(other: Int): Int
open operator override fun Int.minus(other: Long): Int
open operator override fun Long.minus(other: Int): Int
Link copied to clipboard
open infix fun Int.neq(other: Int): Boolean
Link copied to clipboard
open infix fun Int.notEqualsTo(other: Int): Boolean
Link copied to clipboard
open inline operator override fun Int.plus(other: Int): Int
open operator override fun Int.plus(other: Long): Int
open operator override fun Long.plus(other: Int): Int
Link copied to clipboard
open infix fun Int.pow(exponent: UInt): Int
open infix fun Int.pow(exponent: ULong): Int
Link copied to clipboard
open fun power(base: Int, exponent: UInt): Int
open fun power(base: Int, exponent: ULong): Int
Link copied to clipboard
fun <V> Ring<V>.squaringPower(base: V, exponent: Int): V
fun <V> Ring<V>.squaringPower(base: V, exponent: Long): V
fun <V> Ring<V>.squaringPower(base: V, exponent: UInt): V
fun <V> Ring<V>.squaringPower(base: V, exponent: ULong): V
Link copied to clipboard
open inline operator override fun Int.times(other: Int): Int
open operator override fun Int.times(other: Long): Int
open operator override fun Long.times(other: Int): Int
Link copied to clipboard
open inline operator override fun Int.unaryMinus(): Int
Link copied to clipboard
open operator fun Int.unaryPlus(): Int
Link copied to clipboard
open inline override fun valueOf(arg: Int): Int
open inline override fun valueOf(arg: Long): Int