Skip to content

Commit 2c76ea5

Browse files
committed
Update readme
1 parent 7c8a0e0 commit 2c76ea5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ Math.factorial(4) # => 24
9292

9393
### Quartiles & Boxplot
9494

95+
*Note: not big compatible yet*
96+
9597
```crystal
9698
[1, 3, 5].first_quartile # => 2.0 (alias of lower_quartile)
9799
[1, 3, 5].second_quartile # => 3.0 (alias of median)

0 commit comments

Comments
 (0)