Python  1.0
Namespaces | Functions
maxnc.py File Reference

Namespaces

 maxnc
 Maximum of two numbers without conditionals.
 

Functions

def maxnc.maxnc (a, b)
 Return the maximum of two numbers. More...
 
def maxnc.main ()