• S
    math: bessel cleanup (j0.c and j0f.c) · 697acde6
    Szabolcs Nagy 提交于
    a common code path in j0 and y0 was factored out so the resulting
    object code is smaller
    
    unsigned int arithmetics is used for bit manipulation
    
    the logic of j0 got a bit simplified (x < 1 case was handled
    separately with a bit higher precision than now, but there are large
    errors in other domains anyway so that branch has been removed)
    
    some threshold values were adjusted in j0f and y0f
    697acde6
j0.c 13.6 KB