Share and Money Management 0.18devel
Namespaces | Functions
math.py File Reference

Mathematical functions. More...

Namespaces

namespace  smm
 
namespace  smm.math
 Mathematical functions.
 

Functions

def smm.math.gcd (a, b)
 Return greatest common divisor using Euclid's Algorithm. More...
 
def smm.math.round_and_remove_exponent (value)
 Round to 4 decimal places and use non-exponential notation. More...
 

Detailed Description

Mathematical functions.