Kone
0.0.0-dev-1
common
kone.algebraic
/
com.lounres.kone.algebraic
/
Ring
Ring
interface
Ring
<
V
>
:
KoneContext
Inheritors
Field
ByteField
ShortField
IntRing
LongRing
Members
Members & Extensions
Properties
one
Link copied to clipboard
abstract
val
one
:
V
value
Link copied to clipboard
open
val
Int
.
value
:
V
open
val
Long
.
value
:
V
zero
Link copied to clipboard
abstract
val
zero
:
V
Functions
doubling
Minus
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
doubling
Plus
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
doubling
Times
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
eq
Link copied to clipboard
open
infix
fun
V
.
eq
(
other
:
V
)
:
Boolean
equals
To
Link copied to clipboard
open
infix
fun
V
.
equalsTo
(
other
:
V
)
:
Boolean
is
Not
One
Link copied to clipboard
open
fun
V
.
isNotOne
(
)
:
Boolean
is
Not
Zero
Link copied to clipboard
open
fun
V
.
isNotZero
(
)
:
Boolean
is
One
Link copied to clipboard
open
fun
V
.
isOne
(
)
:
Boolean
is
Zero
Link copied to clipboard
open
fun
V
.
isZero
(
)
:
Boolean
minus
Link copied to clipboard
abstract
operator
fun
V
.
minus
(
other
:
V
)
:
V
open
operator
fun
V
.
minus
(
other
:
Int
)
:
V
open
operator
fun
V
.
minus
(
other
:
Long
)
:
V
open
operator
fun
Int
.
minus
(
other
:
V
)
:
V
open
operator
fun
Long
.
minus
(
other
:
V
)
:
V
neq
Link copied to clipboard
open
infix
fun
V
.
neq
(
other
:
V
)
:
Boolean
not
Equals
To
Link copied to clipboard
open
infix
fun
V
.
notEqualsTo
(
other
:
V
)
:
Boolean
plus
Link copied to clipboard
abstract
operator
fun
V
.
plus
(
other
:
V
)
:
V
open
operator
fun
V
.
plus
(
other
:
Int
)
:
V
open
operator
fun
V
.
plus
(
other
:
Long
)
:
V
open
operator
fun
Int
.
plus
(
other
:
V
)
:
V
open
operator
fun
Long
.
plus
(
other
:
V
)
:
V
pow
Link copied to clipboard
open
infix
fun
V
.
pow
(
exponent
:
UInt
)
:
V
open
infix
fun
V
.
pow
(
exponent
:
ULong
)
:
V
power
Link copied to clipboard
open
fun
power
(
base
:
V
,
exponent
:
UInt
)
:
V
open
fun
power
(
base
:
V
,
exponent
:
ULong
)
:
V
squaring
Power
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
times
Link copied to clipboard
abstract
operator
fun
V
.
times
(
other
:
V
)
:
V
open
operator
fun
V
.
times
(
other
:
Int
)
:
V
open
operator
fun
V
.
times
(
other
:
Long
)
:
V
open
operator
fun
Int
.
times
(
other
:
V
)
:
V
open
operator
fun
Long
.
times
(
other
:
V
)
:
V
unary
Minus
Link copied to clipboard
abstract
operator
fun
V
.
unaryMinus
(
)
:
V
unary
Plus
Link copied to clipboard
open
operator
fun
V
.
unaryPlus
(
)
:
V
value
Of
Link copied to clipboard
open
fun
valueOf
(
arg
:
Int
)
:
V
open
fun
valueOf
(
arg
:
Long
)
:
V