Juha Reunanen
Juha Reunanen
See https://github.com/rabbitmq/rabbitmq-lvc-exchange
The documentation [states](https://angusj.com/clipper2/Docs/Units/Clipper/Functions/RectClip.htm): > RectClip preserves path orientation Either I've misunderstood something, or here's a counter-example: ``` TEST(Clipper2Tests, TestRectClipOrientation) { const Rect64 rect(1222, 1323, 3247, 3348); const Path64 subject =...
For convenience: add test case for #864
A comment in the header [states](https://github.com/herumi/fmath/blob/01f461f42870b833bf7b50e83f3abc69232ca61f/fmath.hpp#L105): `exp(88.722839f) = inf ; 0x42b17218` This is indeed the result I'm seeing. However, at least on my machine `exp(89.0f)` is NaN and not inf,...
Resolves #14.
Noticed this because the compiler was complaining: ``` warning C4834: discarding return value of function with 'nodiscard' attribute ``` Despite addressing a compiler warning, this PR actually changes behavior, because...