William Jockusch

Results 6 issues of William Jockusch

I've found a C# version of code that appears to be used by e.g. Apple to compute the Gamma function, together with evidence that it's been around the web since...

needs decision

The gamma function produces wrong values for integer inputs. For example, gamma(4) returns not 6, but 5.99999999999999, and gamma(5) returns not 24, but 24.00000000000011. Similar errors happen for other integers....

Input "1 \\\\ { 2 \\\\ 3 }". Output is "Mismatched braces". I'm asking because of https://github.com/verybadcat/CSharpMath, which is a port of this repository; we have the same bug there....

I was looking at this, it seems the code is considerably shorter than I had expected. I was thinking of starting a C# port. It seems like a do-able project,...

I want a way to write my RichString objects with plain text. For example, "The ship \i{Bismarck}" might get converted to "The ship _Bismarck_" Of course I could roll my...