-
#### Is your feature request related to a problem? Please describe
My feature request is not related to a problem or an existing github issue or any code, but about documentation and improving readab…
-
Hi all,
I need to import Accord.Math in a specific code editor other than Visual Studio to develop and test some code. When I import it I cannot use the extension methods that 'understand' a doubl…
-
When I use exact-math my editor not know the methods of this library.
My code:
> import * as exmath from 'exact-math';
> exmath.add(...)
but when I write exmath. I would like to see the meth…
-
Very frequently in math, given an object (say divisor) D and an equivalence relation D~D', we denote the equivalency class with [D]. I think it would be cool if we could define methods on `[T]`, for i…
-
# Buoyancy and gravity · Hydro simulator
Buoyancy and gravity Buoyancy To compute buoyancy and gravity for the Zephyr, I tried several methods with one goal, being the most efficient in te...
[https…
-
the section on the Math object is written... 'The Math object provides "a lots" of methods...'....
-
If `n` is a Carmichael number or a Lucas-Carmichael number, it can be factorized very fast, using the following methods.
These methods may also work for Fermat or Lucas pseudoprimes.
**Miller-Ra…
-
like len() \_\_len\_\_ etc. These could all be hardcoded, but there must be some way to override them all at once
many of these will need to be done by hand, particularly math methods
**math me…
-
I was trying to use tanh by declaring
```
@OpenCLMapping(mapTo = "tanh")
protected float tanh(float _f) {
return (float) Math.tanh(_f);
}
```
Unfortunately, this exposes a NullPointerException:
…
-
## Background and Motivation
Currently the Ceiling/Floor/Round methods assume that you're working with floating point numbers and don't provide the concept of "To the Nearest".
Please provide an A…