Home | Trees | Indices | Help |
---|
|
1 """Utility functions and classes for PyFeyn""" 2 import pyx 3 4 5 defunit = pyx.unit.cm 6 todefunit = pyx.unit.tocm 7 810 """Get the sign of a numeric type""" 11 if x < 0: return -1 12 if x > 0: return 1 13 if x == 0: return 014 15 25
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0alpha3 on Fri Feb 9 00:16:38 2007 | http://epydoc.sourceforge.net |