parent
f86f8e8ed8
commit
c754d6fdfb
15 changed files with 91 additions and 108 deletions
|
@ -131,10 +131,7 @@ SquareRootFloat
|
|||
================
|
||||
*/
|
||||
float SquareRootFloat(float number) {
|
||||
union {
|
||||
float f;
|
||||
int i;
|
||||
} t;
|
||||
floatint_t t;
|
||||
float x, y;
|
||||
const float f = 1.5F;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue