Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sa08MilneB57 authored May 31, 2020
1 parent 0680ca9 commit 1e4bc50
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,12 @@ These use the principle value.
asin(z) acos(z) atan(z)
asinh(z) acosh(z) atanh(z)

#### If possible use these rather than alternatives like ^
### Exponential Functions
#### If possible use these three functions rather than alternatives like the "^" operator
square(z) sqrt(z) exp(z)

### Logarithmic Functions
#### Rounding errors will be particularly bad around the negative real axis. All generalised exponents are based on the ln(z) function as are log() and root()
ln(z) log(z,base) root(z)

### Complex Number Stuff
Expand Down

0 comments on commit 1e4bc50

Please sign in to comment.