MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / poly_approx_d

Function poly_approx_d

system/lib/llvm-libc/src/math/generic/exp10.cpp:69–78  ·  view source on GitHub ↗

Polynomial approximations with double precision. Generated by Sollya with: > P = fpminimax((10^x - 1)/x, 3, [|D...|], [-2^-14, 2^-14]); > P; Error bounds: | output - (10^dx - 1) / dx | < 2^-52.

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

exp10_denormFunction · 0.70
LLVM_LIBC_FUNCTIONFunction · 0.70

Calls 1

multiply_addFunction · 0.85

Tested by

no test coverage detected