Skip to content

Commit

Permalink
Rounding typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bartbutenaers committed Aug 24, 2021
1 parent c7e37df commit 8937b6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Following operations are available:

+ **Round decimal places (rdec)**: round the number at a specified number of decimal places (from an array of two numbers).

Input = ```[1.23456, 3]``` => Output = ```[1.234]```
Input = ```[1.23456, 3]``` => Output = ```[1.235]```

+ **Sum (sum)**: sum of the all the numbers in the array.

Expand Down

0 comments on commit 8937b6b

Please sign in to comment.