MstRing
object MstRing : Ring<MST> , NumbersAddOperations<MST> , ScaleOperations<MST>
Content copied to clipboard
Functions
add
Link copied to clipboard
binaryOperation
Link copied to clipboard
binaryOperationFunction
Link copied to clipboard
open override fun binaryOperationFunction(operation: String): (left: MST, right: MST) -> MST.Binary
Content copied to clipboard
bindSymbol
Link copied to clipboard
bindSymbolOrNull
Link copied to clipboard
leftSideNumberOperation
Link copied to clipboard
open fun leftSideNumberOperation(operation: String, left: Number, right: MST): MST
Content copied to clipboard
leftSideNumberOperationFunction
Link copied to clipboard
open fun leftSideNumberOperationFunction(operation: String): (left: Number, right: MST) -> MST
Content copied to clipboard
minus
Link copied to clipboard
multiply
Link copied to clipboard
number
Link copied to clipboard
plus
Link copied to clipboard
rightSideNumberOperation
Link copied to clipboard
open fun rightSideNumberOperation(operation: String, left: MST, right: Number): MST
Content copied to clipboard
rightSideNumberOperationFunction
Link copied to clipboard
open fun rightSideNumberOperationFunction(operation: String): (left: MST, right: Number) -> MST
Content copied to clipboard
scale
Link copied to clipboard
times
Link copied to clipboard
unaryMinus
Link copied to clipboard
unaryOperation
Link copied to clipboard
unaryOperationFunction
Link copied to clipboard
open override fun unaryOperationFunction(operation: String): (arg: MST) -> MST.Unary
Content copied to clipboard
Properties
Sources
common source
Link copied to clipboard