PrettyPrintFloats

Special printing for numeric types that are printed in form of ('-'? (DIGIT+ ('.' DIGIT+)? ('E' '-'? DIGIT+)? | 'Infinity')) | 'NaN'.

Author

Iaroslav Postovalov

Constructors

Link copied to clipboard
fun PrettyPrintFloats(types: Set<KClass<out Number>>)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun render(renderer: FeaturedMathRenderer, node: MST): MathSyntax?

Renders MST to MathSyntax in the context of owning renderer.

Properties

Link copied to clipboard
val types: Set<KClass<out Number>>

The suitable types.

Sources

Link copied to clipboard