CoreMathVerifier.java | 61 static native float atan(float x); method in class:CoreMathVerifier 325 static private Target.Floaty atan(double d, Target t) { method in class:CoreMathVerifier 328 Math.atan(in.mid()), 329 Math.atan(in.min()), 330 Math.atan(in.max())); 333 static private Target.Floaty atan(float f, Target t) { method in class:CoreMathVerifier 336 atan(in.mid32()), 337 atan(in.min32()), 338 atan(in.max32())); 360 return t.divide(atan(d, t), pi(t)) [all...] |