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
PrettyPrintFloats
Link copied to clipboard
Types
Functions
render
Link copied to clipboard
open override fun render(renderer: FeaturedMathRenderer, node: MST): MathSyntax?
Content copied to clipboard
Properties
Sources
common source
Link copied to clipboard