InverseHyperbolicOperations
class InverseHyperbolicOperations(operations: Collection<String>?) : Unary
Content copied to clipboard
Handles binary nodes by producing inverse UnaryOperatorSyntax with ar prefix instead of a.
Author
Iaroslav Postovalov
Constructors
InverseHyperbolicOperations
Link copied to clipboard
Types
Functions
render
Link copied to clipboard
override fun render(renderer: FeaturedMathRenderer, node: MST): MathSyntax?
Content copied to clipboard
renderUnary
Link copied to clipboard
open override fun renderUnary(parent: FeaturedMathRenderer, node: MST.Unary): UnaryOperatorSyntax
Content copied to clipboard
The actual render function specialized for MST.Unary.
Properties
operations
Link copied to clipboard