A list of space separated function names that should be excluded from the JSON output.
Those functions are replaced with an equivalent, for example, Square
with
Power
, etc...
Possible values include Sqrt
, Root
, Square
, Exp
, Subtract
,
Rational
, Complex
Default: []
(none)
A list of space separated keywords indicating which metadata should be included in the MathJSON. If metadata is included, shorthand notation is not used.
Default: []
(none)
Number literals are serialized with this precision.
If "auto"
, the same precision as the compute engine calculations is used
If "max"
, all available digits are serialized
Default: "auto"
If true, repeating decimals are detected and serialized accordingly For example:
1.3333333333333333
( \to ) 1.(3)
0.142857142857142857142857142857142857142857142857142
( \to ) 0.(1428571)
Default: true
A list of space separated keywords indicating which MathJSON expressions can use a shorthand.
Default: ["all"]
Options to control the serialization to MathJSON when using
BoxedExpression.json
.