We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8f019f commit 7e29788Copy full SHA for 7e29788
README.md
@@ -143,7 +143,7 @@ julia> besselj(0:10, 1.0)
143
In general, this provides a fast way to generate a sequence of Bessel functions for many orders.
144
```julia
145
julia> @btime besselj(0:100, 50.0)
146
- 443.328 ns (2 allocations: 1.75 KiB)
+ 398.095 ns (1 allocation: 896 bytes)
147
```
148
This function will allocate so it is recommended that you calculate the Bessel functions at the top level of your function outside any hot loop.
149
0 commit comments