Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| documentation:language_reference:functions:getmultipolebesselintegral [2018/09/25 13:39] – created Simon Heinze | documentation:language_reference:functions:getmultipolebesselintegral [2025/11/20 03:30] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| ### | ### | ||
| - | alligned paragraph text | + | GetMultipoleBesselIntegral(q, |
| ### | ### | ||
| ===== Input ===== | ===== Input ===== | ||
| - | * bla : Integer | + | * q : real |
| - | * bla2 : Real | + | * k : integer |
| + | * f1: InterpolatingFunction | ||
| + | * f2: InterpolatingFunction | ||
| + | * n : unsigned int - optional, default is 3, maximum is 7 | ||
| ===== Output ===== | ===== Output ===== | ||
| - | * bla : real | + | * real |
| ===== Example ===== | ===== Example ===== | ||