Robert Eisele
Robert Eisele
It should maybe not be called `normalizeFast`, but more like `refineNormalization` or something, since this also reflects the use case of having a normalized quat already that may need some...
What is your current nodejs version? For me it worked providing just the TS definition file. From v4 to v5 the environment setup was changed to work on all major...
That's an interesting insight, thanks! I tested it again and again with nodejs from v16 to v23 and never had a problem. However, since your hint is very valuable, I...
Thanks for the test tool. I couldn't grasp the problem of the issue yet, since I'm not a TS developer, but still want to maintain the highest compatibility. Is it...
I did a larger refactoring and fixed this issue. I hope everything is noe working fine with v5.3
Good point! I reworked the TS definition a bit and hope everything is covered now with 5.3.1.
I would avoid the `valueOf()` option, since Fraction.js uses BigInt if available internally beginning with v5. `valueOf()` however casts numerator and denominator to Number which only works as long as...
@josdejong do you think this would be beneficial for math.js? Maybe also with your naming? "greater", "greaterEq", ...
Yea, I was asking more like do you think this would be useful for math.js ;)
With `5.1.0` four new methods for comparing rational numbers were added.