MstGroup
object MstGroup : Group<MST> , NumericAlgebra<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
number
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
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
zero
Link copied to clipboard
Sources
common source
Link copied to clipboard