Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Nephos committed Nov 29, 2018
1 parent 7c8a0e0 commit 2c76ea5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -92,6 +92,8 @@ Math.factorial(4) # => 24

### Quartiles & Boxplot

*Note: not big compatible yet*

```crystal
[1, 3, 5].first_quartile # => 2.0 (alias of lower_quartile)
[1, 3, 5].second_quartile # => 3.0 (alias of median)
Expand Down

0 comments on commit 2c76ea5

Please sign in to comment.