Bessel Functions

┌─────────────────────────┬──────────────┬─────────────────────────┬───────────┐
│ Function │ Header File │ Link to Function │ Descriptio│
├─────────────────────────┼──────────────┼─────────────────────────┼───────────┤
│ "_j0" │ "math.h" │ bessel │ 0 order │
│ │ │ │ differen- │
│ │ │ │ tial │
│ │ │ │ equation │
│ │ │ │ of the │
│ │ │ │ first │
│ │ │ │ kind. │
├─────────────────────────┼──────────────┼─────────────────────────┼───────────┤
│ "_j1" │ "math.h" │ bessel │ 1st order │
│ │ │ │ differen- │
│ │ │ │ tial │
│ │ │ │ equation │
│ │ │ │ of the │
│ │ │ │ first │
│ │ │ │ kind. │
├─────────────────────────┼──────────────┼─────────────────────────┼───────────┤
│ "_jn" │ "math.h" │ bessel │ nth order │
│ │ │ │ differen- │
│ │ │ │ tial │
│ │ │ │ equation │
│ │ │ │ of the │
│ │ │ │ first │
│ │ │ │ kind. │
├─────────────────────────┼──────────────┼─────────────────────────┼───────────┤
│ "_y0" │ "math.h" │ bessel │ 0 order │
│ │ │ │ differen- │
│ │ │ │ tial │
│ │ │ │ equation │
│ │ │ │ of the │
│ │ │ │ second │
│ │ │ │ kind. │
├─────────────────────────┼──────────────┼─────────────────────────┼───────────┤
│ "_y1" │ "math.h" │ bessel │ 1st order │
│ │ │ │ differen- │
│ │ │ │ tial │
│ │ │ │ equation │
│ │ │ │ of the │
│ │ │ │ second │
│ │ │ │ kind. │
├─────────────────────────┼──────────────┼─────────────────────────┼───────────┤
│ "_yn" │ "math.h" │ bessel │ nth order │
│ │ │ │ differen- │
│ │ │ │ tial │
│ │ │ │ equation │
│ │ │ │ of the │
│ │ │ │ second │
│ │ │ │ kind. │
└─────────────────────────┴──────────────┴─────────────────────────┴───────────┘


[Back: Trigonometric Functions]
[Next: Date, Time, and Monetary Manipulation]