diff --git a/docs/Math.rst b/docs/Math.rst index 18ea15a..52abe77 100644 --- a/docs/Math.rst +++ b/docs/Math.rst @@ -24,6 +24,11 @@ Features * Algorithms available: - LCM (lcm) - Sieve of Eratostenes (sieve_of_eratosthenes) + - Factorial + - Binary To decimal conversion + - Decimal to binary conversion + - Hex To decimal conversion + - Decimal to hex conversion * To see all the available functions in a module there is a `modules()` function available. For example,