diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2020-11-11 11:13:56 -0500 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2020-11-11 11:15:22 -0500 |
| commit | 740a873f9eeb02ae120aa9d6090076cfcce15a05 (patch) | |
| tree | fe705812d4347e2bbb081b595b2bffbfe2c8fcb1 /docs/doc | |
| parent | 66bda3a2f3d7d68871c9c9857c101f8ac03bff00 (diff) | |
Vectorize FmtNum so it works on atoms or arrays
Diffstat (limited to 'docs/doc')
| -rw-r--r-- | docs/doc/functional.html | 20 | ||||
| -rw-r--r-- | docs/doc/primitive.html | 2 |
2 files changed, 11 insertions, 11 deletions
diff --git a/docs/doc/functional.html b/docs/doc/functional.html index 76dc6777..4a5b7495 100644 --- a/docs/doc/functional.html +++ b/docs/doc/functional.html @@ -12,28 +12,28 @@ <g font-size='18px' text-anchor='middle' fill='currentColor'> <text font-size='24' x='256' y='38'>"Functional programming"</text> <g transform='translate(240 252)' class='bluegreen'> - <path style='fill-opacity:0.2;stroke-opacity:0.8' stroke-width='3' d='m-220 -0a220 190 0 1 1 440 0a220 190 0 1 1 -440 0'/> - <path style='display:none' id='cat0' d='m-229 -0a229 199 0 1 1 458 0a229 199 0 1 1 -458 0'/> + <path style='fill-opacity:0.2;stroke-opacity:0.8' stroke-width='3' d='m-220 0a220 190 0 1 1 440 0a220 190 0 1 1 -440 0'/> + <path style='display:none' id='cat0' d='m-229 0a229 199 0 1 1 458 0a229 199 0 1 1 -458 0'/> <text font-size='16' stroke-width='0.4' dy='0.33em' class='bluegreen'><textPath href='#cat0' startOffset='13%'>First-class</textPath></text> </g> <g transform='translate(220 320)rotate(-34)' class='red'> - <path style='fill-opacity:0.2;stroke-opacity:0.8' stroke-width='3' d='m-130 -0a130 180 0 1 0 260 0a130 180 0 1 0 -260 0'/> - <path style='display:none' id='cat1' d='m-139 -0a139 189 0 1 0 278 0a139 189 0 1 0 -278 0'/> + <path style='fill-opacity:0.2;stroke-opacity:0.8' stroke-width='3' d='m-130 0a130 180 0 1 0 260 0a130 180 0 1 0 -260 0'/> + <path style='display:none' id='cat1' d='m-139 0a139 189 0 1 0 278 0a139 189 0 1 0 -278 0'/> <text font-size='16' stroke-width='0.4' dy='0.33em' class='red'><textPath href='#cat1' startOffset='13%'>Function-level</textPath></text> </g> <g transform='translate(310 360)rotate(12)' class='purple'> - <path style='fill-opacity:0.2;stroke-opacity:0.8' stroke-width='3' d='m-120 -0a120 90 0 1 0 240 0a120 90 0 1 0 -240 0'/> - <path style='display:none' id='cat2' d='m-129 -0a129 99 0 1 0 258 0a129 99 0 1 0 -258 0'/> + <path style='fill-opacity:0.2;stroke-opacity:0.8' stroke-width='3' d='m-120 0a120 90 0 1 0 240 0a120 90 0 1 0 -240 0'/> + <path style='display:none' id='cat2' d='m-129 0a129 99 0 1 0 258 0a129 99 0 1 0 -258 0'/> <text font-size='16' stroke-width='0.4' dy='0.33em' class='purple'><textPath href='#cat2' startOffset='43%'>Pure</textPath></text> </g> <g transform='translate(310 290)rotate(-23)' class='green'> - <path style='fill-opacity:0.2;stroke-opacity:0.8' stroke-width='3' d='m-110 -0a110 95 0 1 1 220 0a110 95 0 1 1 -220 0'/> - <path style='display:none' id='cat3' d='m-119 -0a119 104 0 1 1 238 0a119 104 0 1 1 -238 0'/> + <path style='fill-opacity:0.2;stroke-opacity:0.8' stroke-width='3' d='m-110 0a110 95 0 1 1 220 0a110 95 0 1 1 -220 0'/> + <path style='display:none' id='cat3' d='m-119 0a119 104 0 1 1 238 0a119 104 0 1 1 -238 0'/> <text font-size='16' stroke-width='0.4' dy='0.33em' class='green'><textPath href='#cat3' startOffset='19%'>Typed</textPath></text> </g> <g transform='translate(260 300)' class='yellow'> - <path style='fill-opacity:0.2;stroke-opacity:0.8' stroke-width='3' d='m-45 -0a45 45 0 1 1 90 0a45 45 0 1 1 -90 0'/> - <path style='display:none' id='cat4' d='m-54 -0a54 54 0 1 1 108 0a54 54 0 1 1 -108 0'/> + <path style='fill-opacity:0.2;stroke-opacity:0.8' stroke-width='3' d='m-45 0a45 45 0 1 1 90 0a45 45 0 1 1 -90 0'/> + <path style='display:none' id='cat4' d='m-54 0a54 54 0 1 1 108 0a54 54 0 1 1 -108 0'/> <text font-size='16' stroke-width='0.4' dy='0.33em' class='yellow'><textPath href='#cat4' startOffset='31%'>Dependently</textPath></text> </g> <text x='250' y='470'>APL</text> diff --git a/docs/doc/primitive.html b/docs/doc/primitive.html index 08b6a45b..79cb2171 100644 --- a/docs/doc/primitive.html +++ b/docs/doc/primitive.html @@ -393,7 +393,7 @@ </g> <g font-size='21px' font-family='monospace' transform='translate(60.87,25)'> <text dy='0.32em' y='155' font-size='19px'><tspan class='Value'>𝕨</tspan> <tspan class='Function'>𝔽</tspan><tspan class='Modifier'>˜</tspan> <tspan class='Value'>𝕩</tspan></text> - <path class='yellow' style='fill:none' stroke-width='2' d='M0 0C-40 28.5 -0 57 32 114'/> + <path class='yellow' style='fill:none' stroke-width='2' d='M0 0C-40 28.5 0 57 32 114'/> <path class='yellow' style='fill:none' stroke-width='2' d='M0 0C40 28.5 0 57 -32 114'/> <circle r='12' class='code' stroke-width='0' cx='0' cy='0'/> <circle r='12' class='code' stroke-width='0' cx='-32' cy='114'/> |
