Changeset 2db9fe4 in sasmodels for sasmodels/special.py


Ignore:
Timestamp:
Dec 4, 2017 8:36:29 AM (6 years ago)
Author:
Paul Kienzle <pkienzle@…>
Children:
bf88ef1
Parents:
0a9fcab
Message:

correct name for log1p function

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/special.py

    r0a9fcab r2db9fe4  
    200200 
    201201# C99 standard math library functions 
    202 from numpy import exp, log, power as pow, expm1, logp1, sqrt, cbrt 
     202from numpy import exp, log, power as pow, expm1, log1p, sqrt, cbrt 
    203203from numpy import sin, cos, tan, arcsin as asin, arccos as acos, arctan as atan 
    204204from numpy import sinh, cosh, tanh, arcsinh as asinh, arccosh as acosh, arctanh as atanh 
Note: See TracChangeset for help on using the changeset viewer.