Changes between Initial Version and Version 1 of Ticket #499, comment 1


Ignore:
Timestamp:
Feb 25, 2016 10:50:29 AM (8 years ago)
Author:
pkienzle
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #499, comment 1

    initial v1  
    2323stacked_disks.c:        const double be2 = J1(besarg2)/besarg2; 
    2424 
    25 $ grep "sin([^(]*) */" *.c 
     25$ grep "sin([^^(]*) */" *.c 
    2626barbell.c:        // lim_{x->0} J1(x)/x = 1/2,   lim_{x->0} sin(x)/x = 1 
    2727barbell.c:        const double si = (arg1 == 0.0 ? 1.0 :sin(arg1)/arg1);