File size: 99 Bytes
1c703f0
 
 
 
 
 
 
1
2
3
4
5
6
7
8

import scipy.special as sp

def bj(m, x):
    "mth-order Bessel function"
    return sp.jv(m, x)