We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c8a0e0 commit 2c76ea5Copy full SHA for 2c76ea5
1 file changed
README.md
@@ -92,6 +92,8 @@ Math.factorial(4) # => 24
92
93
### Quartiles & Boxplot
94
95
+*Note: not big compatible yet*
96
+
97
```crystal
98
[1, 3, 5].first_quartile # => 2.0 (alias of lower_quartile)
99
[1, 3, 5].second_quartile # => 3.0 (alias of median)
0 commit comments