Skip to content

Commit

Permalink
Added five.base(10) // 5
Browse files Browse the repository at this point in the history
  • Loading branch information
RaisingAgent authored May 1, 2018
1 parent 01541a9 commit 3f11c77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ five.octal(); // 5
five.hex(); // 5
five.base(4); // 11
five.base(3); // 12
five.base(10) // 5
```

##### Assertion
Expand Down

0 comments on commit 3f11c77

Please sign in to comment.