Changeset df69efa in sasmodels


Ignore:
Timestamp:
Dec 4, 2017 8:37:35 AM (6 years ago)
Author:
Paul Kienzle <pkienzle@…>
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
Message:

correct name for log1p function

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/special.py

    rd0dc9a3 rdf69efa  
    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.