-
`a = (x/2)**n*(1/(factorial(n)) - x**2/(4*factorial(n + 1)) + x**4/(32*factorial(n + 2)) + O(x**6))`
`o = O(x**6)`
a + o fails.
Related to #7552
-
Here is a plot of the generated 1D sinc filter kernel.
![sinc looks right](https://user-images.githubusercontent.com/23273466/180662291-36bf67b1-bdcd-475d-99f3-4acec741186a.png)
Here is a plot of …
-
This shows us the effect of averaging across 1.4Khz and 3s. I was wondering if it is not a good idea to meet some one who specializes in VLBI so that we could really know the idea of the re-sampling c…
-
We simulate the response due to a horizontal loop source by computing the solutions to Ward and Hohman equations 4.87 and 4.88
![image](https://user-images.githubusercontent.com/12970009/86051221-e…
-
status NEW severity *minor* in component *documentation* for *---*
Reported in version *1.5.3-SVN* on platform *Other*
Assigned to: Dimitri van Heesch
On 2005-04-21 15:11:43 +0000, William Bateman wr…
-
Here is the MWE:
```julia
using ForwardDiff
using SpecialFunctions
log_i0(z::Number) = besseli(0,z) |> log
ForwardDiff.jacobian(x -> log_i0.(x), [1.1, 2.2, 3.3])
```
REPL output:
```juli…
-
- Add 64-bit perform routines and dsp_add functions to objects that don’t already have them.
- Code in all externals needs to be reviewed for assumptions made about the size of longs and floats in ato…
-
_From @a-hurst on December 4, 2018 22:59_
#### Summary:
Attempting to run a model that uses the von_mises_lpdf() function will cause the sampler to error out immediately if kappa values are too larg…
-
To keep a track of the tasks that need to be done and are in progress.
- [ ] Compile time implementation of intrinsic array functions:
- [x] Sum #3996
- [x] Product #3996
- [x] MinVal #4010…
-
An exception is thrown for the `Macros` section of this phobos comment
```d
/**
* Mathematical Special Functions
*
* The technical term 'Special Functions' includes several families of
* t…
ghost updated
4 years ago