WIP [do not merge] test pull request ... #17
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "a.beckmann/fmsolvr:parallelization-v1"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The function std::numeric_limits<__float128>::max() returns the largest positive 128-bit floating point number, which is (1 + 1/2 + 1/4 + 1/8 + ... + 1/2^112) * 2^16383. [IEEE 754] - Quadruple-precision floating point number format 1-bit | (-1)^sign * 1.fraction * 2^(exponent-0x3FFF) V +----+------------+------------------------------------+ |sign| exponent | fraction | +----+------------+------------------------------------+ <-- 15-bit --><------------- 112-bit -------------> <---------------------- 128-bit ----------------------->Pull request closed