Changeset 094e320 in sasmodels
- Timestamp:
- Mar 17, 2016 1:07:16 PM (9 years ago)
- Branches:
- master, core_shell_microgels, costrafo411, magnetic_model, release_v0.94, release_v0.95, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
- Children:
- c515b1b
- Parents:
- e2af2a9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sasmodels/models/lib/j0_cephes.c
re2af2a9 r094e320 249 249 250 250 q = 1.0/x; 251 w = sqrt f(q);251 w = sqrt(q); 252 252 253 253 p = w * polevl( q, MO, 7); 254 254 w = q*q; 255 255 xn = q * polevl( w, PH, 7) - PIO4F; 256 p = p * cos f(xn + xx);256 p = p * cos(xn + xx); 257 257 return(p); 258 258 #endif
Note: See TracChangeset
for help on using the changeset viewer.