ShortField

Properties

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

Functions

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