InverseHyperbolicOperations

class InverseHyperbolicOperations(operations: Collection<String>?) : Unary

Handles binary nodes by producing inverse UnaryOperatorSyntax with ar prefix instead of a.

Author

Iaroslav Postovalov

Constructors

InverseHyperbolicOperations
Link copied to clipboard
common
fun InverseHyperbolicOperations(operations: Collection<String>?)

Types

Companion
Link copied to clipboard
common
object Companion

Functions

render
Link copied to clipboard
common
override fun render(renderer: FeaturedMathRenderer, node: MST): MathSyntax?
Renders MST to MathSyntax in the context of owning renderer.

Properties

operations
Link copied to clipboard
common
val operations: Collection<String>?
the allowed operations.

Sources

common source
Link copied to clipboard