The H's.
This commit is contained in:
parent
3a71d4669e
commit
1b1fe5f5bb
|
|
@ -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.
|
|
||||||
|
|
|
||||||
|
|
@ -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
|
|
@ -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]
|
||||||
|
|
||||||
|
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue