Markus Winter
Markus Winter
Here are two Wikipedia pages explaining the concept, that might be helpful to others: https://en.wikipedia.org/wiki/Compound_interest https://en.wikipedia.org/wiki/E_(mathematical_constant)#Compound_interest I was researching the purpose and terminology of `compound` and `(1+x)ⁿ - 1` and...
That is unfortunate. I was not aware of this notion, thanks for clarifying. I had hoped it would solve ambiguity, not introduce a new one (that is arguably worse). >...
I reverted the changes to the naming of halfAngle, and updated the PR description to reflect the proposed API changes.
Hi @pashabou and @stephentyrone, I just raised a PR with an implementation sketch for Quaternions. I hope it is okay for both of you that I linked the PR against...
Hi @stephentyrone! Thanks for the heads-up. There is no hurry. And thank you very much for the feedback you already provided.
Its worth noting, that we could add another protocol (a `DivisionRing`, or similar in naming) that extends `SignedNumeric` by division operators and `reciprocal` – effectively, what is now defined as...
Saturation is the term of art here, but if you are unfamiliar with the concept, saturation does not immediately indicate a range enforcement (IMO) – and so I was wondering...
The implementation is still functional, but I am trying to improve the error bounds on `log` and maybe add an executable to validate the worst-case error (much like the ComplexLog...
> In practice, variadic functions for these are going to be less useful than operations on sequences: I do agree. A more elaborate algorithm will almost always have to resort...