Format2D
fmt2d.spad line 94
[edit on github]
Format2D provides a coercion from OutputForm to two-dimensional format.
- altsupersub : Integer -> Mapping(OutputBox, Integer, List(OutputForm))
- from FormatterCategory
- binary : (Mapping(OutputBox, Integer, List(OutputForm)), Mapping(OutputBox, Integer, List(OutputForm))) -> Mapping(OutputBox, Integer, List(OutputForm))
- from FormatterCategory
- binomial : (Integer, List(OutputForm)) -> OutputBox
- from FormatterCategory
- box : Mapping(OutputBox, Integer, List(OutputForm)) -> Mapping(OutputBox, Integer, List(OutputForm))
- from FormatterCategory
- bracket : (String, String, Mapping(OutputBox, Integer, List(OutputForm))) -> Mapping(OutputBox, Integer, List(OutputForm))
- from FormatterCategory
- coerce : % -> OutputForm
- from CoercibleTo(OutputForm)
- defaultEpilogue : String -> OutputBox
- from FormatterCategory
- defaultPrologue : String -> OutputBox
- from FormatterCategory
- formatConstant : String -> Mapping(OutputBox, Integer, List(OutputForm))
- from FormatterCategory
- formatExpression : Integer -> Mapping(OutputBox, Integer, List(OutputForm))
- from FormatterCategory
- formatExpression : OutputForm -> OutputBox
- from FormatterCategory
- formatExpression : (OutputForm, Integer) -> OutputBox
- from FormatterCategory
- formatFloat : String -> OutputBox
- from FormatterCategory
- formatFunction : (OutputBox, List(OutputBox)) -> OutputBox
- from FormatterCategory
- formatFunctionSymbol : String -> OutputBox
- from FormatterCategory
- formatInteger : Integer -> OutputBox
- from FormatterCategory
- formatString : String -> OutputBox
- from FormatterCategory
- formatSymbol : String -> OutputBox
- from FormatterCategory
- fraction : (Integer, Mapping(OutputBox, Integer, List(OutputForm)), Mapping(OutputBox, Integer, List(OutputForm))) -> Mapping(OutputBox, Integer, List(OutputForm))
- from FormatterCategory
- function : (String, Integer, Mapping(OutputBox, Integer, List(OutputForm))) -> Mapping(OutputBox, Integer, List(OutputForm))
- from FormatterCategory
- infix : (String, Integer, Mapping(OutputBox, Integer, List(OutputForm)), Mapping(OutputBox, Integer, List(OutputForm))) -> Mapping(OutputBox, Integer, List(OutputForm))
- from FormatterCategory
- integral : Integer -> Mapping(OutputBox, Integer, List(OutputForm))
- from FormatterCategory
- matrix : (String, String) -> Mapping(OutputBox, Integer, List(OutputForm))
- from FormatterCategory
- maxPrecedence : () -> Integer
- from FormatterCategory
- minPrecedence : () -> Integer
- from FormatterCategory
- nary : (String, Integer, Mapping(OutputBox, Integer, List(OutputForm))) -> Mapping(OutputBox, Integer, List(OutputForm))
- from FormatterCategory
- naryPlus : (String, String, Integer, Mapping(OutputBox, Integer, List(OutputForm))) -> Mapping(OutputBox, Integer, List(OutputForm))
- from FormatterCategory
- nothing : () -> Mapping(OutputBox, Integer, List(OutputForm))
- from FormatterCategory
- nthRoot : (Integer, Mapping(OutputBox, Integer, List(OutputForm)), Mapping(OutputBox, Integer, List(OutputForm))) -> Mapping(OutputBox, Integer, List(OutputForm))
- from FormatterCategory
- numberOfPrimes : OutputForm -> Integer
- from FormatterCategory
- operatorHandlers : () -> OperatorHandlers(Mapping(OutputBox, Integer, List(OutputForm)))
- from FormatterCategory
- overbar : (Integer, Mapping(OutputBox, Integer, List(OutputForm))) -> Mapping(OutputBox, Integer, List(OutputForm))
- from FormatterCategory
- parenthesize : (String, String, OutputBox) -> OutputBox
- from FormatterCategory
- parenthesizeIf : (Boolean, OutputBox) -> OutputBox
- from FormatterCategory
- pile : Mapping(OutputBox, Integer, List(OutputForm)) -> Mapping(OutputBox, Integer, List(OutputForm))
- from FormatterCategory
- power : (Integer, Mapping(OutputBox, Integer, List(OutputForm)), Mapping(OutputBox, Integer, List(OutputForm))) -> Mapping(OutputBox, Integer, List(OutputForm))
- from FormatterCategory
- precedence : (Integer, Mapping(OutputBox, Integer, List(OutputForm))) -> Mapping(OutputBox, Integer, List(OutputForm))
- from FormatterCategory
- prefix : (String, Integer, Mapping(OutputBox, Integer, List(OutputForm))) -> Mapping(OutputBox, Integer, List(OutputForm))
- from FormatterCategory
- prime : Integer -> Mapping(OutputBox, Integer, List(OutputForm))
- from FormatterCategory
- product : Integer -> Mapping(OutputBox, Integer, List(OutputForm))
- from FormatterCategory
- scripts : Integer -> Mapping(OutputBox, Integer, List(OutputForm))
- from FormatterCategory
- slash : (Integer, Mapping(OutputBox, Integer, List(OutputForm)), Mapping(OutputBox, Integer, List(OutputForm))) -> Mapping(OutputBox, Integer, List(OutputForm))
- from FormatterCategory
- subscript : Integer -> Mapping(OutputBox, Integer, List(OutputForm))
- from FormatterCategory
- sum : Integer -> Mapping(OutputBox, Integer, List(OutputForm))
- from FormatterCategory
- theMap : (Integer, List(OutputForm)) -> OutputBox
- from FormatterCategory
- vconcat : Mapping(OutputBox, Integer, List(OutputForm)) -> Mapping(OutputBox, Integer, List(OutputForm))
- from FormatterCategory
- zag : (Integer, List(OutputForm)) -> OutputBox
- from FormatterCategory
FormatterCategory
CoercibleTo(OutputForm)