Changeset df69efa in sasmodels
- Timestamp:
- Dec 4, 2017 8:37:35 AM (7 years ago)
- Branches:
- master, core_shell_microgels, magnetic_model, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
- Children:
- 108e70e, 9149238
- Parents:
- d0dc9a3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sasmodels/special.py
rd0dc9a3 rdf69efa 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.