-
### Bug description
As of today, the CI fails while Swig compiles icub.i for python:
```console
2024-10-14T06:09:47.4155353Z /home/runner/work/icub-main/icub-main/install/include/yarp/sig/Image.h:42…
-
The [Fresnel Integrals](https://en.wikipedia.org/wiki/Fresnel_integral) are two functions
$$S(x)=\int_0^x \sin(t^2)\,dt$$
and
$$C(x)=\int_0^x \cos(t^2)\,dt$$
which come up a lot in optics and st…
-
Imported from SourceForge on 2024-07-03 15:52:45
Created by **[jtyoung84](https://sourceforge.net/u/jtyoung84/)** on 2016-05-24 07:38:08
Original: https://sourceforge.net/p/maxima/bugs/3165
---
Maxi…
rtoy updated
4 months ago
-
Imported from SourceForge on 2024-07-03 11:35:18
Created by **[gfroger](https://sourceforge.net/u/gfroger/)** on 2021-02-20 17:33:49
Original: https://sourceforge.net/p/maxima/bugs/3717
---
The foll…
rtoy updated
4 months ago
-
Imported from SourceForge on 2024-07-03 11:30:59
Created by **[danielvolinski](https://sourceforge.net/u/danielvolinski/)** on 2021-01-11 16:16:11
Original: https://sourceforge.net/p/maxima/bugs/3702
…
rtoy updated
4 months ago
-
Imported from SourceForge on 2024-07-03 11:30:36
Created by **[danielvolinski](https://sourceforge.net/u/danielvolinski/)** on 2021-01-11 15:56:25
Original: https://sourceforge.net/p/maxima/bugs/3701
…
rtoy updated
4 months ago
-
Howdy. This may or may not be a bug; I'm seeking clarification.
The baseline for `/integral.size1` is low:
In practice in many applications, this doesn't matter. TeX and friends encode an int…
-
For complex integrals
mf._eri = ao2mo.restore(1, eri_custom, mol.nao)
leads to RuntimeError: Complex integrals not supported. The problem has been discussed here, but I have not been able…
-
found by the patchbot in some tickets
```
sage -t --long --warn-long 61.1 --random-seed=242205119125380898007386286571458929899 src/sage/functions/exp_integral.py
```
giving
```
File "src/sage/fun…
-
As in Python 3:
https://docs.python.org/3/library/math.html#math.isqrt
To the Rust stdlib it could be added a isqrt() function for all u*/i*/usize/isize, that returns the floor of the square root …