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

/macosx-10.9.5/CPANInternal-140/Template-Toolkit/lib/Template/Plugin/
H A DMath.pm48 sub atan2 { shift; CORE::atan2($_[0], $_[1]); } # prototyped (ugg) subroutine
/macosx-10.9.5/CPANInternal-140/Template-Toolkit-2.24/lib/Template/Plugin/
H A DMath.pm48 sub atan2 { shift; CORE::atan2($_[0], $_[1]); } # prototyped (ugg) subroutine
/macosx-10.9.5/ruby-104/ruby/lib/
H A Dcmath.rb286 def atan2(y,x) method in class:CMath
/macosx-10.9.5/tcl-102/tcl_ext/tclx/tclx/library/
H A Dfmath.tcl45 proc atan2 x {uplevel 1 [list expr atan2($x)]} procedure
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Target/
H A DTargetLibraryInfo.h79 atan2, enumerator in enum:llvm::LibFunc::Func

Completed in 86 milliseconds