mirror of
https://github.com/apache/nuttx.git
synced 2026-05-25 09:45:55 +08:00
libs/libm/libm: increase number of 'log' iterations before epsilon relaxation
Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
This commit is contained in:
committed by
Xiang Xiao
parent
02b1e895e2
commit
c6a7816bed
@@ -46,7 +46,7 @@
|
||||
* todo: might need to adjust the double floating point version too.
|
||||
*/
|
||||
|
||||
#define LOG_MAX_ITER 10
|
||||
#define LOG_MAX_ITER 400
|
||||
#define LOG_RELAX_MULTIPLIER 2.0
|
||||
|
||||
/****************************************************************************
|
||||
|
||||
@@ -43,7 +43,7 @@
|
||||
* todo: might need to adjust the double floating point version too.
|
||||
*/
|
||||
|
||||
#define LOGF_MAX_ITER 10
|
||||
#define LOGF_MAX_ITER 400
|
||||
#define LOGF_RELAX_MULTIPLIER 2.0F
|
||||
|
||||
/****************************************************************************
|
||||
|
||||
Reference in New Issue
Block a user