Changes in sasmodels/generate.py [1e7b0db0:7fcdc9f] in sasmodels


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/generate.py

    r1e7b0db0 r7fcdc9f  
    139139    square(x) = x*x 
    140140    cube(x) = x*x*x 
    141     sas_sinx_x(x) = sin(x)/x, with sin(0)/0 -> 1 
     141    sinc(x) = sin(x)/x, with sin(0)/0 -> 1 
    142142    all double precision constants must include the decimal point 
    143143    all double declarations may be converted to half, float, or long double 
Note: See TracChangeset for help on using the changeset viewer.