From 9aa38511de9aa6611bfd4d69d2481ec2f11ff8cf Mon Sep 17 00:00:00 2001 From: Omkar Pathak Date: Wed, 23 Aug 2017 07:28:07 +0530 Subject: [PATCH] Updated docs --- docs/Math.rst | 5 +++++ 1 file changed, 5 insertions(+) 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,