代码搜索:Exp2
找到约 173 项符合「Exp2」的源代码
代码结果 173
www.eeworm.com/read/279968/4131322
c w_exp2.c
#include
#include "headers/exp2.h"
double exp2(double vx)
{
return _exp2(vx);
}
www.eeworm.com/read/306748/13738930
c exp2.c
/* exp2.c
*
* Base 2 exponential function
*
*
*
* SYNOPSIS:
*
* double x, y, exp2();
*
* y = exp2( x );
*
*
*
* DESCRIPTION:
*
* Returns 2 raised to the x power.
*
* Range redu
www.eeworm.com/read/119864/6081885
c exp2.c
/* exp2.c
*
* Base 2 exponential function
*
*
*
* SYNOPSIS:
*
* double x, y, exp2();
*
* y = exp2( x );
*
*
*
* DESCRIPTION:
*
* Returns 2 raised to the x power.
*
* Range redu
www.eeworm.com/read/258538/4353906
gb_ a980111.gb_
初级篇: If Exp1 And Exp2 Then 与 If Exp1 Then If Exp2 Then, 何者速度较快呢?