This commit is contained in:
Simon Forman 2022-03-25 14:46:56 -07:00
parent 3a71d4669e
commit 1b1fe5f5bb
4 changed files with 416 additions and 462 deletions

View File

@ -2,28 +2,16 @@
## help ## help
Basis Function Combinator Function
Accepts a quoted symbol on the top of the stack and prints its docs. Accepts a quoted symbol on the top of the stack and prints its
documentation.
Gentzen diagram. [foo] help
----------------
### Definition
if not basis.
### Derivation
if not basis.
### Source
if basis
### Discussion ### Discussion
Lorem ipsum. Technically this is equivalent to `pop`, but it will only work if the
item on the top of the stack is a quoted symbol.
### Crosslinks
Lorem ipsum.

View File

@ -2,28 +2,21 @@
## hypot ## hypot
Basis Function Combinator Function
\[sqr\] ii + sqrt x y hypot
--------------------------
Gentzen diagram. sqrt(sqr(x) + sqr(y))
### Definition ### Definition
if not basis. > \[[sqr]\] [ii] [+] [sqrt]
### Derivation
if not basis.
### Source
if basis
### Discussion ### Discussion
Lorem ipsum. This is another function that has to wait on the numeric tower.
### Crosslinks ### Crosslinks
Lorem ipsum. [sqrt]

File diff suppressed because it is too large Load Diff

View File

@ -1821,61 +1821,42 @@ Greater-than comparison of two numbers.
## help ## help
Basis Function Combinator Function
Accepts a quoted symbol on the top of the stack and prints its docs. Accepts a quoted symbol on the top of the stack and prints its
documentation.
Gentzen diagram. [foo] help
----------------
### Definition
if not basis.
### Derivation
if not basis.
### Source
if basis
### Discussion ### Discussion
Lorem ipsum. Technically this is equivalent to `pop`, but it will only work if the
item on the top of the stack is a quoted symbol.
### Crosslinks
Lorem ipsum.
------------------------------------------------------------------------ ------------------------------------------------------------------------
## hypot ## hypot
Basis Function Combinator Function
\[sqr\] ii + sqrt x y hypot
--------------------------
Gentzen diagram. sqrt(sqr(x) + sqr(y))
### Definition ### Definition
if not basis. > \[[sqr]\] [ii] [+] [sqrt]
### Derivation
if not basis.
### Source
if basis
### Discussion ### Discussion
Lorem ipsum. This is another function that has to wait on the numeric tower.
### Crosslinks ### Crosslinks
Lorem ipsum. [sqrt]
-------------------- --------------------