2010-09-08 09:14:27
| 分類:
預設分類
| 標籤:|字型大小
大中小訂閱
#define real float
#define tan_map_res 0.003921569 /* (smallest non-zero value in table) */
#define rad_per_deg 0.017453293
#define tan_map_size 256
#define my_pppiii 3.14159
#define my_pppiii_half 1.570796
float fast_atan_table[257] = ;
float my_abs(float f)
return -f;
} real fast_atan2(real y, real x) else
} else else }}
#ifdef zero_to_twopi
if (angle < 0)
return (angle + twopi);
else
return (angle);
#else
return (angle);
#endif
} float my_atan(float x, float y)
float my_pow(float a)
float my_sqrt(float number)
#define one_pi (3.14159265)
#define two_pi (2.0 * 3.14159265)
#define angle_unit (two_pi/10.0)
double mx_sin(double rad)
double my_sin(double rad)
return mx_sin(rad) * flag;
}float my_cos(double rad)
return my_sin(rad)*flag;}
**至微博
**至微博
0人|
分享到:
閱讀(295)||
引用(0)|舉報
快速三角函式tangent演算法 matlab
function t tangent z z 輸入的角度 n 12 迴圈係數 m 1,1 d 2,1,0.5,0.25,0.125,0.0625,0.03125,0.015625,0.0078125,0.00390625,0.001953125,0.0009765625 d n 2 k det 90...
常見三角函式與反三角函式
16341019 資料科學與計算機學院 toc 三角函式公式 反三角函式公式 簡單函式影象 1三角函式公式 兩角和公式 sin a b sinacosb cosasinb sin a b sinacosb cosasinb cos a b cosacosb sinasinb cos a b cosa...
常見三角函式與反三角函式
16341019 資料科學與計算機學院 toc 三角函式公式 反三角函式公式 簡單函式影象 1三角函式公式 兩角和公式 sin a b sinacosb cosasinb sin a b sinacosb cosasinb cos a b cosacosb sinasinb cos a b cosa...