fabmetheus_utilities.geometry.geometry_utilities.evaluate_fundamentals._math ($Date: 2008/02/05 $)
index
/home/enrique/Desktop/backup/babbleold/script/reprap/fabmetheus/fabmetheus_utilities/geometry/geometry_utilities/evaluate_fundamentals/_math.py

Boolean geometry utilities.

 
Modules
       
__init__
fabmetheus_utilities.euclidean
math

 
Functions
       
getAbs(value)
Get the abs.
getComplex(x, y)
Get the complex.
getDivmod(x, y)
Get the divmod.
getFloat(value)
Get the float.
getHex(value)
Get the hex.
getInt(value)
Get the int.
getLong(value)
Get the long.
getMax(value)
Get the max.
getMin(value)
Get the min.
getRound(value)
Get the round.

 
Data
        __author__ = 'Enrique Perez (perez_enrique@yahoo.com)'
__credits__ = 'Art of Illusion <http://www.artofillusion.org/>'
__date__ = '$Date: 2008/02/05 $'
__license__ = 'GPL 3.0'
absolute_import = _Feature((2, 5, 0, 'alpha', 1), (2, 7, 0, 'alpha', 0), 16384)
globalAccessibleAttributeDictionary = {'abs': <function getAbs at 0x84098b4>, 'complex': <function getComplex at 0x8409a3c>, 'divmod': <function getDivmod at 0x8409b1c>, 'float': <function getFloat at 0x8409aac>, 'hex': <function getHex at 0x8409a74>, 'int': <function getInt at 0x8409c34>, 'long': <function getLong at 0x8409ae4>, 'max': <function getMax at 0x8409a04>, 'min': <function getMin at 0x8409bc4>, 'round': <function getRound at 0x8409bfc>}
globalMathConstantDictionary = {'euler': 0.57721566490153287, 'golden': 1.6180339887498949, 'goldenAngle': 3.8832220774509332, 'goldenRatio': 1.6180339887498949}
globalNativeFunctionSet = set(['acos', 'asin', 'atan', 'atan2', 'ceil', 'cos', ...])
globalNativeFunctions = ['acos', 'asin', 'atan', 'atan2', 'ceil', 'cos', 'cosh', 'degrees', 'e', 'exp', 'fabs', 'floor', 'fmod', 'frexp', 'hypot', 'ldexp', 'log', 'log10', 'modf', 'pi', ...]

 
Author
        Enrique Perez (perez_enrique@yahoo.com)

 
Credits
        Art of Illusion <http://www.artofillusion.org/>