Peter Occil

Results 31 issues of Peter Occil

The current version of `Ln` and `Power` in RadixMath.cs ([Ln](https://github.com/peteroupc/Numbers/blob/master/Numbers/PeterO/Numbers/RadixMath.cs#L1281), [Power](https://github.com/peteroupc/Numbers/blob/master/Numbers/PeterO/Numbers/RadixMath.cs#L2143)) is slow and full of accuracy "hacks" (an example showing how slow it is, is `Ln` for a 1000-decimal...

To do this, a step-by-step description of FFT multiplication, together with examples, would be helpful for testing purposes. However, most of the descriptions of FFT integer multiplication I've seen involve...

I intend to make EDecimal support converting to and from commonly used decimal formats, including binary-coded decimal formats. Which of these formats, or others, should my EDecimal class support? -...

This library includes an ERational class for arbitrary-precision rational numbers, but doesn't include a way to create an ERational from a string like the other classes EInteger, EDecimal, and EFloat....

Issue opened to seek comments or suggestions related to my page on Bernoulli Factory algorithms, which are algorithms to turn coins biased one way into coins biased another way. https://peteroupc.github.io/bernoulli.html...

The following lists requests and open questions on some of the articles in this site. Can you help answer any of these? Answers to them will greatly improve my articles...

This post lists review questions on several documents I have written. ---- ---- **The requests and open questions for all my articles are now in a dedicated page: [Requests and...

Of the articles in this repository, [**Randomization and Sampling Methods**](https://peteroupc.github.io/randomfunc.html) and [**More Random Sampling Methods**](https://peteroupc.github.io/randomnotes.html) combined are very long (about 230 KB in size combined). I would like to reduce...

The following code to find the maximum of a polynomial fails as follows: ``` In [1]: poly=-420*x*(2*x**3 + 8*x**2*(x - 1) + 9*x*(x - 1)**2 + 2*(x - 1)**3) ...:...

calculus

Brief keeps a record of all items that were downloaded in its storage (including the text of those items), even long after they were deleted. Because of this, Brief's database...