PrettyPrintPi

class PrettyPrintPi(symbols: Set<String>) : FeaturedMathRenderer.RenderFeature

Special printing for symbols meaning Pi.

Author

Iaroslav Postovalov

Constructors

PrettyPrintPi
Link copied to clipboard
common
fun PrettyPrintPi(symbols: Set<String>)

Types

Companion
Link copied to clipboard
common
object Companion

Functions

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

Properties

symbols
Link copied to clipboard
common
val symbols: Set<String>
The allowed symbols.

Sources

common source
Link copied to clipboard