Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shapoco authored May 19, 2022
1 parent 957e0c6 commit b083dcd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ a Calculator for Windows.

|Category|Functions|
|:--|:--|
|Exponential|`sqrt(x)`, `log(x)`, ==`log2(x)`, `log10(x)`==, `clog2(x)`, ==`clog10(x)`==|
|Trigonometric|`sin(x)`, `cos(x)`, `tan(x)`, ==`asin(x)`, `acos(x)`, `atan(x)`, `atan2(y, x)`==|
|Exponential|`sqrt(x)`, `log(x)`, `log2(x)`:new:, `log10(x)`:new:, `clog2(x)`, `clog10(x)`:new:|
|Trigonometric|`sin(x)`, `cos(x)`, `tan(x)`, `asin(x)`:new:, `acos(x)`:new:, `atan(x)`:new:, `atan2(y, x)`:new:|
|Round|`floor(x)`, `ceil(x)`, `trunc(x)`, `round(x)`|
|Others|`sign(x)`|

### ==Constants==
### Constants :new:

|Symbol|Value|
|:--|--:|
Expand Down

0 comments on commit b083dcd

Please sign in to comment.