Changeset 2db9fe4 in sasmodels
- Timestamp:
- Dec 4, 2017 8:36:29 AM (7 years ago)
- Children:
- bf88ef1
- Parents:
- 0a9fcab
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sasmodels/special.py
r0a9fcab r2db9fe4 200 200 201 201 # C99 standard math library functions 202 from numpy import exp, log, power as pow, expm1, log p1, sqrt, cbrt202 from numpy import exp, log, power as pow, expm1, log1p, sqrt, cbrt 203 203 from numpy import sin, cos, tan, arcsin as asin, arccos as acos, arctan as atan 204 204 from numpy import sinh, cosh, tanh, arcsinh as asinh, arccosh as acosh, arctanh as atanh
Note: See TracChangeset
for help on using the changeset viewer.