-
### What is the idea?
The [ExperimentIntegration](http://openturns.github.io/openturns/1.23/user_manual/_generated/openturns.experimental.ExperimentIntegration.html) class provides methods to integ…
-
Consider pros and cons between:
* `ethersv5`
* `ethersv6`
* `viem`
If outcome is `ethersv6` or `viem`, upgrade repo to use native `BitInt`.
### Reference Converstaion
Some unorganized notes about a…
-
Migrated from [rt.cpan.org#70957](https://rt.cpan.org/Ticket/Display.html?id=70957) (status was 'open')
Requestors:
* SREZIC@cpan.org
Attachments:
* [tt2-math-rand.diff](https://rt.cpan.org/Ti…
-
> Resources
- https://en.wikipedia.org/wiki/Mathematics
- https://en.wikipedia.org/wiki/Pure_mathematics
Pure mathematics is the study of mathematical concepts independently of any applicat…
-
See https://arxiv.org/abs/2203.05479
```bibtex
@online{glaubitz2022summation,
title={Summation-by-parts operators for general function spaces},
author={Glaubitz, Jan and Nordstr{\"o}m, Jan and…
-
The FloatMath.ceil method has gone from being deprecated in API 22 to being deleted in the M preview SDK (along with several other FloatMath methods) The advice is to use Math methods instead. This …
-
General design for a benchmark run over an array/buffer should be:
1. Compute the baseline value using builtin .NET operators and methods from System.Math.
2. Compute the value using JEM methods.
3…
-
What is the right level of detail to expose bounding box information?
Fundamentally, an Axis-Aligned Bounding Box (AABB) only requires six values, e.g.:
`min(x,y,z)` and `max(x,y,z)`
OR
`cen…
-
If you pass a 'long' integer greater than sys.maxint to np.sqrt, then it blows up with a confusing error message:
``` python
>>> np.__version__
'1.8.0.dev-1234d1c'
>>> np.sqrt(sys.maxint)
3037000499.…
-
We have successfully set up Ceedling to run tests for our STM32L4 project but we are struggling with the arm_math library.
How would one go about testing a method that makes use of any of the metho…
tomh4 updated
3 years ago