-
Imported from SourceForge on 2024-07-04 07:53:19
Created by **[creidieki](https://sourceforge.net/u/creidieki/)** on 2010-06-02 14:58:07
Original: https://sourceforge.net/p/maxima/bugs/2006
---
The …
rtoy updated
4 months ago
-
Maybe I missed it, but since the issues https://github.com/SciTools/cartopy/issues/153 and https://github.com/SciTools/cartopy/issues/710 are still open I thought I would ask this too:
is it possible…
-
it sort of works now. you can try it in the chainer. plug in some synth (for example AciDevil) set it up to produce a simple saw. put a Ladder after it in the chain and then put in a BreakpointModulat…
-
This issue is created in order to keep track of the tasks that are needed to be done to extend the ODE module of SymPy. The solvers and methods to be added and that are already added are tracked below…
mijo2 updated
4 years ago
-
**Description**
The mingw-w64 ports of gcc-14.1.0 currently available from https://winlibs.com turn "implicit declaration of function..." warnings into fatal errors.
This prevents ext/POSIX from b…
-
Currently openspecfun only includes the `Z`- versions provided by SLATEC which expect a double precision complex number as input.
However there are also `D`- versions specialised for double precisi…
-
Imported from SourceForge on 2024-07-05 22:40:35
Created by **[robert_dodier](https://sourceforge.net/u/robert_dodier/)** on 2016-11-13 22:39:56
Original: https://sourceforge.net/p/maxima/bugs/3244
-…
rtoy updated
4 months ago
-
```java
[crow@c15 20240329-07:15:48PM]~$ arbshell
jshell> var f = express("tanh(log(1+J1(x)^2))");
jshell> plot(-10,40,2000,f);
jshell> Exception in thread "JavaFX Application Thread" java.lang.No…
-
Certainly. Here's the updated LaTeX document incorporating the information about absolute continuity and the conditions for transforming between integral representations:
```latex
\documentclass{art…
-
I see block-like aliasing artefacts when rendering the sine wave from the Holoviews showcase.
I know that the circular sine wave with varying frequency is very sensitive in this regard, if the…