代码搜索:Sign
找到约 10,000 项符合「Sign」的源代码
代码结果 10,000
www.eeworm.com/read/124347/6052127
c efgcvt.c
/*
FUNCTION
,,,---double or float to string
INDEX
ecvt
INDEX
fcvt
ANSI_SYNOPSIS
#include
char *ecvt(double , int , int *, i
www.eeworm.com/read/123322/6061162
c mipsfp.c
//==========================================================================
//
// mipsfp.c
//
// HAL miscellaneous functions
//
//===========================================================
www.eeworm.com/read/119864/6081707
c powil.c
/* powil.c
*
* Real raised to integer power, long double precision
*
*
*
* SYNOPSIS:
*
* long double x, y, powil();
* int n;
*
* y = powil( x, n );
*
*
*
* DESCRIPTION:
*
* Retu
www.eeworm.com/read/119864/6081733
c jnl.c
/* jnl.c
*
* Bessel function of integer order
*
*
*
* SYNOPSIS:
*
* int n;
* long double x, y, jnl();
*
* y = jnl( n, x );
*
*
*
* DESCRIPTION:
*
* Returns Bessel function of or
www.eeworm.com/read/119864/6081760
c sindgf.c
/* sindgf.c
*
* Circular sine of angle in degrees
*
*
*
* SYNOPSIS:
*
* float x, y, sindgf();
*
* y = sindgf( x );
*
*
*
* DESCRIPTION:
*
* Range reduction is into intervals of 4
www.eeworm.com/read/119864/6081786
c betaf.c
/* betaf.c
*
* Beta function
*
*
*
* SYNOPSIS:
*
* float a, b, y, betaf();
*
* y = betaf( a, b );
*
*
*
* DESCRIPTION:
*
* - -
* | (a) | (
www.eeworm.com/read/119864/6081803
c sinf.c
/* sinf.c
*
* Circular sine
*
*
*
* SYNOPSIS:
*
* float x, y, sinf();
*
* y = sinf( x );
*
*
*
* DESCRIPTION:
*
* Range reduction is into intervals of pi/4. The reduction
* err
www.eeworm.com/read/119864/6081830
c powif.c
/* powif.c
*
* Real raised to integer power
*
*
*
* SYNOPSIS:
*
* float x, y, powif();
* int n;
*
* y = powif( x, n );
*
*
*
* DESCRIPTION:
*
* Returns argument x raised to the
www.eeworm.com/read/119864/6081859
c powi.c
/* powi.c
*
* Real raised to integer power
*
*
*
* SYNOPSIS:
*
* double x, y, powi();
* int n;
*
* y = powi( x, n );
*
*
*
* DESCRIPTION:
*
* Returns argument x raised to the nt
www.eeworm.com/read/119864/6081869
c jv.c
/* jv.c
*
* Bessel function of noninteger order
*
*
*
* SYNOPSIS:
*
* double v, x, y, jv();
*
* y = jv( v, x );
*
*
*
* DESCRIPTION:
*
* Returns Bessel function of order v of the