PrettyPrintFloats
class PrettyPrintFloats(types: Set<KClass<out Number>>) : FeaturedMathRenderer.RenderFeature
Content copied to clipboard
Special printing for numeric types that are printed in form of ('-'? (DIGIT+ ('.' DIGIT+)? ('E' '-'? DIGIT+)? | 'Infinity')) | 'NaN'.
Author
Iaroslav Postovalov
Constructors
Types
Functions
Link copied to clipboard
open override fun render(renderer: FeaturedMathRenderer, node: MST): MathSyntax?
Content copied to clipboard
Renders MST to MathSyntax in the context of owning renderer.