Skip to content

Commit

Permalink
math functions
Browse files Browse the repository at this point in the history
  • Loading branch information
mikea committed May 24, 2024
1 parent bc227d3 commit ac8ac9e
Showing 1 changed file with 29 additions and 1 deletion.
30 changes: 29 additions & 1 deletion docs/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,35 @@ Words that starts from '\' are indended to be used during development

### Mathematical Functions

`x -> y`
|Word|Signature|Description|
|---|---|---|
|`acos`|`(x->y)`|
|`acosh`|`(x->y)`|
|`asin`|`(x->y)`|
|`asinh`|`(x->y)`|
|`atan`|`(x->y)`|
|`atanh`|`(x->y)`|
|`cbrt`|`(x->y)`|
|`ceil`|`(x->y)`|
|`cos`|`(x->y)`|
|`cosh`|`(x->y)`|
|`erf`|`(x->y)`|
|`exp`|`(x->y)`|
|`floor`|`(x->y)`|
|`j0`|`(x->y)`|
|`j1`|`(x->y)`|
|`y0`|`(x->y)`|
|`y1`|`(x->y)`|
|`lgamma`|`(x->y)`|
|`log`|`(x->y)`|
|`log10`|`(x->y)`|
|`log1p`|`(x->y)`|
|`log2`|`(x->y)`|
|`sin`|`(x->y)`|
|`sinh`|`(x->y)`|
|`sqrt`|`(x->y)`|
|`tan`|`(x->y)`|
|`tanh`|`(x->y)`|

## Binary Operations

Expand Down

0 comments on commit ac8ac9e

Please sign in to comment.