We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd269f2 commit 9aa3851Copy full SHA for 9aa3851
docs/Math.rst
@@ -24,6 +24,11 @@ Features
24
* Algorithms available:
25
- LCM (lcm)
26
- Sieve of Eratostenes (sieve_of_eratosthenes)
27
+ - Factorial
28
+ - Binary To decimal conversion
29
+ - Decimal to binary conversion
30
+ - Hex To decimal conversion
31
+ - Decimal to hex conversion
32
33
* To see all the available functions in a module there is a `modules()` function available. For example,
34
0 commit comments