関数TF_B0 マニュアル
(The documentation of function TF_B0)
Last Update: 2023/12/11
◆機能・用途(Purpose)
計算式
に登場する関数
を計算する。
Compute the function (Eq. ) in the
formula.
◆形式(Format)
#include "frequency_bessel_sub/calculation.h"
inline double TF_B0(const double x)
◆引数(Arguments)
x
使用する()式のの値。
The value of in Eq. () used.
◆戻り値(Return value)
引数で指定したにおける()式のの値。
The value of (Eq. )
for specified by the argument.
◆計算方法(Computation method)
積分区間を1000等分して台形公式により計算する。
すなわちとして
の近似を用いる。
The trapezoid rule is applied to 1000 equi-spaced subsections
of the integral; Eq. () with .