搜索资源列表
atan2
- 用TIGER SHARC DSP201实现反正切函数,atan2(y,x) 高精度
atan2
- 用TIGER SHARC DSP201实现反正切函数,atan2(y,x) 高精度-TIGER SHARC DSP201 realize with arctangent function, atan2 (y, x) high-precision
Atan2
- 描述:matlab的Atan2函数与vb.net的Atan2函数计算结果并不一致。该程序用vb.net实现了matlab的Atan2函数。-discritption: in matlab, the function of atan2 is different from which in vb.net,the algorithm i subscr ipt in vb.net is the same as which in matlab
atan
- 反三角函数asin,acos,atan,atan2的实现,编写手机游戏的数学相关库时,经常会用到。 -反三角函数asin, acos, atan, atan2 realization, the preparation of mathematics related to mobile phone games library, is often used.
atan2_matej
- function atan2 implement in c-function atan2 implement in c++
CORDIC-atan
- A program to calculate sun position(Declination and Right Ascension) in very accurate manner.
croftsoft_2008-09-28
- float midy = (float)(y - lastY)/2) double phi = Math.atan2(midy-center.y, midx-center.x) String s = neighbors[i-1] double sw = font.getStringBounds(s, frc).getWidth() double diag = Math.sqrt(sw*sw + sh*s
A-math-routine-to-calculate-the-atan(x-y)-using-C
- calculates the arctangent of the input values x and y (sometimes called atan2) by using a CORDIC (COordinate Rotation on a DIgital Computer) algorithm for 8051 microcontroller
tiqu
- 一种利用atan2方法的四步相移法的相位提取程序-Four-step phase shift method to extract phase
CORDIC-For-Dummies
- CORDIC For Dummies CORDIC is a method of calculating a math function using much simpler math operations in a loop called a Binary Search. Most commonly CORDIC is used to calculate ATAN2 (Angle), and Hypotenuse (Di
atan2
- return NaN if x or y is NAN.