Changeset 998 for trunk/GSASIIpwd.py
- Timestamp:
- Jul 18, 2013 8:53:20 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIpwd.py
r997 r998 449 449 def getgamFW(g,s): 450 450 'needs a doc string' 451 gamFW = lambda s,g: math.exp(math.log(s**5+2.69269*s**4*g+2.42843*s**3*g**2+4.47163*s**2*g**3+0.07842*s*g**4+g**5)/5.)451 gamFW = lambda s,g: np.exp(np.log(s**5+2.69269*s**4*g+2.42843*s**3*g**2+4.47163*s**2*g**3+0.07842*s*g**4+g**5)/5.) 452 452 return gamFW(g,s) 453 453
Note: See TracChangeset
for help on using the changeset viewer.