<notatio-dynamic>
<notatio-dynamic value="_n * 50"> -- a derived readout in running prose, after Wolfram's Dynamic. It typesets whatever its value evaluates to and nothing else: no editor, no assertion, no In/Out row.
Inside a <notatio-tangle> the wildcards are the surrounding knobs, and the wrapper rewrites this element's value on every move — so what the element itself sees is always a concrete expression. N(…) around the value forces a decimal where the exact answer would be a fraction or a surd, and digits says how much of that decimal belongs in a sentence.
Attributes
| Attribute | Type | Default | Notes |
|---|---|---|---|
value | string | "" | The notatio expression to evaluate and typeset. |
display | boolean | false | Typeset as a centred display equation rather than inline.reflects |
digits | number | 6 | Significant figures to keep of an approximate result; 0 prints all of them. |