Home | History | Annotate | Download | only in test

Lines Matching full:atan2

583     printf("a=%f b=%f atan2(a, b)=%f\n", a, b, atan2(a, b));