Bitcoin ABC 0.26.3
P2P Digital Currency
|
#include <cstdarg>
Go to the source code of this file.
Functions | |
float | exp_old (float x) |
Starting with GLIBC_2.29 there is an optimized version of the math functions. | |
float | __wrap_exp (float x) |
float | log_old (float x) |
float | __wrap_log (float x) |
float | log2_old (float x) |
float | __wrap_log2 (float x) |
float | pow_old (float x) |
float | __wrap_pow (float x) |
Starting with GLIBC_2.29 there is an optimized version of the math functions.
See https://lwn.net/Articles/778286/