Unary
abstract class Unary(operations: Collection<String>?) : FeaturedMathRenderer.RenderFeature
Content copied to clipboard
Abstract printing of unary operations which discards MST if their operation is not in operations or its type is not MST.Unary.
Author
Iaroslav Postovalov
Parameters
operations
the allowed operations. If null
, any operation is accepted.
Constructors
Unary
Link copied to clipboard
the allowed operations.
Functions
render
Link copied to clipboard
override fun render(renderer: FeaturedMathRenderer, node: MST): MathSyntax?
Content copied to clipboard
Properties
operations
Link copied to clipboard
Inheritors
UnaryPlus
Link copied to clipboard
UnaryMinus
Link copied to clipboard
UnaryOperator
Link copied to clipboard
SquareRoot
Link copied to clipboard
Exponent
Link copied to clipboard
InverseTrigonometricOperations
Link copied to clipboard
InverseHyperbolicOperations
Link copied to clipboard