You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Quickbook docs can be brief, but must be available.
ccmath support might not be entirely constexpr. It's probably better in some places to simply use existing <cmath> functions (especially those like fma, frexpand ldexp) and change the name of the includes/namespaces.
For eval_sqrt, see if it is possible to avoid overflow when multiplying the leading limb with the so-called split.
Here are some open tasks for commissioning and quality enhancement of the proposed
cpp_double_fp_backend<T>
templateexact_arithmetic
and move additional helper-functions into this struct. #161ccmath
support #164eval_multiply
for large LHS #167eval_sqrt
. #168eval_exp
andeval_log
handle edge-cases (inf, NaN, etc.) #163Boost.Math
templates for the type #176Notes:
ccmath
support might not be entirelyconstexpr
. It's probably better in some places to simply use existing<cmath>
functions (especially those likefma
,frexp
andldexp
) and change the name of the includes/namespaces.eval_sqrt
, see if it is possible to avoid overflow when multiplying the leading limb with the so-called split.Cc: @sinandredemption and @cosurgi and @jzmaddock
The text was updated successfully, but these errors were encountered: