Changeset 1884 for trunk/GSASIIstrMath.py
- Timestamp:
- Jun 9, 2015 4:02:06 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIstrMath.py
r1880 r1884 12 12 ########### SVN repository information ################### 13 13 import time 14 import math15 14 import copy 16 15 import numpy as np … … 36 35 atan2d = lambda y,x: 180.*np.arctan2(y,x)/np.pi 37 36 38 ateln2 = 8.0* math.log(2.0)37 ateln2 = 8.0*np.log(2.0) 39 38 twopi = 2.0*np.pi 40 39 twopisq = 2.0*np.pi**2
Note: See TracChangeset
for help on using the changeset viewer.