-
https://sdk.steinberg.net/viewtopic.php?t=229
Seems to offer advice on working around this if folks are hitting the following bug:
```
screen.c:9:10: fatal error: 'QuickTime/QuickTime.h' file not…
Leimy updated
9 months ago
-
## Current Behavior
Latest release 2.0.6 [1] fails CSS validation [2].
Both pico.css and pico.min.css show error in W3C CSS Validator. The error lines are long.
pico.min.css: 4.The error st…
-
```
This is due to the internal reorganization and should thus be easy to fix.
```
Original issue reported on code.google.com by `Vinzent.Steinberg@gmail.com` on 17 Jan 2010 at 8:23
-
```
It should be relatively easy to parallelize the tanh-sinh algorithm.
See http://www.expmath.org/expmath/volumes/14/14.3/Bailey.pdf.
But which library should be used? Python 2.6's multiprocessing …
-
bc.. In r767 I implemented a multidimensional nonlinear solver. What do you
think how findroot() should be called in the multidimensional case?
Assuming something like
def f(x1, ..., xn):
return…
-
```
Compare
[5.2582327113062393041, 5.2582327113062749951]
to
5.2582327113062[393041,749951]
It would be especially useful for matrices.
```
Original issue reported on code.google.com by `Vinzent…
-
I have a problem running meterplugs perception in win32-bridge mode. The plugins (there are 2 actually, source and controller) do work properly, but I can't get the GUI to show, so I can't >actually< …
-
```
Were in the code should this be implemented? ctx_fp.py? The probably some code
has to be
moved.
```
Original issue reported on code.google.com by `Vinzent.Steinberg@gmail.com` on 17 Jan 2010 at…
-
```
http://calcrpnpy.sourceforge.net/clnum.html
It brings arbitrary-precision floating-point and rational arithmetic to
Python using a C++ library:
http://www.ginac.de/CLN/
It'd be interesting to c…
-
```
>>> sin(10**100)
mpf('-0.37237612366127668826218')
>>> sin(mpi(10**100))
[-1.0, 1.0]
>>> mp.dps = 1000
>>> sin(10**100)
mpf('-0.372376123[...]')
>>> sin(mpi(10**100))
[-0.3723761236[...], -0.37237…