Searched defs:atan2 (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/Plugin/
H A DMath.pm48 sub atan2 { shift; CORE::atan2($_[0], $_[1]); } # prototyped (ugg) subroutine
/macosx-10.10/ruby-106/ruby/lib/
H A Dcmath.rb286 def atan2(y,x) method in class:CMath
/macosx-10.10/tcl-105/tcl_ext/tclx/tclx/library/
H A Dfmath.tcl45 proc atan2 x {uplevel 1 [list expr atan2($x)]} procedure
/macosx-10.10/WTF-7600.1.24/wtf/
H A DMathExtras.h143 #define atan2(x, y) wtf_atan2(x, y) macro
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Target/
H A DTargetLibraryInfo.h79 atan2, enumerator in enum:llvm::LibFunc::Func

Completed in 429 milliseconds