【お知らせ】この部分は英語原文のみでの提供となります。何卒ご了承ください。
2.1.16.6.2.8 fresnel_c
Contents
Description
Fresnel integral C(x)
Syntax
double fresnel_c( double x )
Parameters
- x
- [input] the argument x of the function
Return
Returns a value for fresnel integral C(x)
Examples
EX1
void fresnel_c_ex1() { double dx[5]= {0.0,0.5,1.0,2.0,5.0}; for(int ii = 0; ii<5 ; ii++) printf("%lf: %lf\n",dx[ii],fresnel_c(dx[ii])); }
Remark
See Also
Header to Include
origin.h