CSI-DSP  Version 1.0.0
CSI DSP Software Library
函数
csky_pow_f64.c 文件参考

函数

static float64_t _exp1 (float64_t x, float64_t xx, float64_t error)
 
static float64_t _log1 (float64_t x, float64_t *delta, float64_t *error)
 
static q31_t _checkint (float64_t x)
 
float64_t csky_pow_f64 (float64_t x, float64_t y)
 双精度数指数函数快速逼近 更多...
 

函数说明

static q31_t _checkint ( float64_t  x)
static
static float64_t _exp1 ( float64_t  x,
float64_t  xx,
float64_t  error 
)
static
static float64_t _log1 ( float64_t  x,
float64_t delta,
float64_t error 
)
static