LongRing

object LongRing : Ring<Long> , Order<Long>

Properties

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

Functions

Link copied to clipboard
open infix operator override fun Long.compareTo(other: Long): 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 Long.eq(other: Long): Boolean
Link copied to clipboard
open infix fun Long.equalsTo(other: Long): Boolean
Link copied to clipboard
open fun Long.isNotOne(): Boolean
Link copied to clipboard
open fun Long.isNotZero(): Boolean
Link copied to clipboard
open fun Long.isOne(): Boolean
Link copied to clipboard
open fun Long.isZero(): Boolean
Link copied to clipboard
open inline operator override fun Int.minus(other: Long): Long
open inline operator override fun Long.minus(other: Int): Long
open inline operator override fun Long.minus(other: Long): Long
Link copied to clipboard
open infix fun Long.neq(other: Long): Boolean
Link copied to clipboard
open infix fun Long.notEqualsTo(other: Long): Boolean
Link copied to clipboard
open inline operator override fun Int.plus(other: Long): Long
open inline operator override fun Long.plus(other: Int): Long
open inline operator override fun Long.plus(other: Long): Long
Link copied to clipboard
open infix fun Long.pow(exponent: UInt): Long
open infix fun Long.pow(exponent: ULong): Long
Link copied to clipboard
open fun power(base: Long, exponent: UInt): Long
open fun power(base: Long, exponent: ULong): Long
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: Long): Long
open inline operator override fun Long.times(other: Int): Long
open inline operator override fun Long.times(other: Long): Long
Link copied to clipboard
open inline operator override fun Long.unaryMinus(): Long
Link copied to clipboard
open operator fun Long.unaryPlus(): Long
Link copied to clipboard
open inline override fun valueOf(arg: Int): Long
open inline override fun valueOf(arg: Long): Long