Ring Operations
Represents rng, i.e. algebraic structure with associative, binary, commutative operation add and associative, operation multiply distributive over add.
Parameters
T
the type of element of this semiring.
Types
Functions
binaryOperation
Link copied to clipboard
binaryOperationFunction
Link copied to clipboard
open override fun binaryOperationFunction(operation: String): (T, T) -> T
Content copied to clipboard
bindSymbol
Link copied to clipboard
unaryMinus
Link copied to clipboard
unaryOperation
Link copied to clipboard
unaryOperationFunction
Link copied to clipboard