Searched refs:atan (Results 1 - 25 of 110) sorted by relevance

12345

/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/ecma/Math/
H A D15.8.2.4.js24 ECMA Section: 15.8.2.4 atan( x )
41 var TITLE = "Math.atan()";
53 array[item++] = new TestCase( SECTION, "Math.atan.length", 1, Math.atan.length );
55 array[item++] = new TestCase( SECTION, "Math.atan()", Number.NaN, Math.atan() );
56 array[item++] = new TestCase( SECTION, "Math.atan(void 0)", Number.NaN, Math.atan(void 0) );
57 array[item++] = new TestCase( SECTION, "Math.atan(null)", 0, Math.atan(nul
[all...]
/macosx-10.10/emacs-93/emacs/lisp/emacs-lisp/
H A Dfloat-sup.el33 (if (fboundp 'atan)
39 (defconst pi (* 4 (atan 1)) "The value of Pi (3.1415926...).")
/macosx-10.10/ruby-106/ruby/test/bigdecimal/
H A Dtest_bigmath.rb56 assert_equal(0.0, atan(BigDecimal("0.0"), N))
57 assert_in_delta(Math::PI/4, atan(BigDecimal("1.0"), N))
58 assert_in_delta(Math::PI/6, atan(sqrt(BigDecimal("3.0"), N) / 3, N))
59 assert_in_delta(Math::PI/2, atan(PINF, N))
61 atan(BigDecimal("1.08"), 72).round(72), '[ruby-dev:41257]')
/macosx-10.10/bc-21/bc/Test/
H A Dtimetest9 for file in exp.b ln.b sine.b atan.b jn.b mul.b div.b raise.b sqrt.b
/macosx-10.10/swig-12/Lib/
H A Dmath.i30 extern double atan(double x);
/macosx-10.10/tcl-105/tcl_ext/ffidl/ffidl/demos/mathswig/
H A Dmathswig.i18 double atan(double);
/macosx-10.10/tcl-105/tcl_ext/tclx/tclx/library/
H A Dfmath.tcl20 #@package: TclX-fmath acos asin atan ceil cos cosh exp fabs floor log log10 \
25 proc atan x {uplevel 1 [list expr atan($x)]} procedure
/macosx-10.10/ruby-106/ruby/lib/
H A Dcmath.rb39 alias atan! atan
271 def atan(z) method in class:CMath
274 atan!(z)
371 module_function :atan!
372 module_function :atan
/macosx-10.10/tcl-105/tcl_ext/ffidl/ffidl/tests/
H A Dlibm.test30 atan exp log10 tan
34 acos - asin - atan - ceil - cos - cosh - exp - floor - log - log10 - sin - sinh -
86 {double atan(double)}
/macosx-10.10/tcl-105/tcl_ext/tclx/tclx/tests/
H A Dfmath.test5 # acos, asin, atan, cos, sin, tan, cosh, sinh, tanh,
66 Test fmath-1.6 {atan tests} {
67 fchecknum [atan 1.0-.25] 0.643501
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/map/
H A Dmap_slippy.tcl110 set lat [expr {$radtodeg * (atan(sinh($pi * (1 - 2 * $row / double($tiles)))))}]
132 set lat [expr {$radtodeg * (atan(sinh($pi * (1 - 2 * $y / $length))))}]
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/tr1/
H A Dmath.h45 using std::tr1::atan;
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Quartz/Examples/Programming with Quartz/ConfidentialStamper/
H A DConfidentialStamper.py82 angle = math.atan(pageRect.size.height/pageRect.size.width)
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Quartz/Examples/Programming with Quartz/ConfidentialStamper/
H A DConfidentialStamper.py82 angle = math.atan(pageRect.size.height/pageRect.size.width)
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Quartz-2.5.1/Examples/Programming with Quartz/ConfidentialStamper/
H A DConfidentialStamper.py82 angle = math.atan(pageRect.size.height/pageRect.size.width)
/macosx-10.10/ruby-106/ruby/test/ruby/
H A Dtest_math.rb78 check( 0 * Math::PI / 4, Math.atan( 0.0))
79 check( 1 * Math::PI / 4, Math.atan( 1.0))
80 check( 2 * Math::PI / 4, Math.atan(1.0 / 0.0))
81 check(-1 * Math::PI / 4, Math.atan(-1.0))
/macosx-10.10/tcl-105/tcl_ext/ffidl/ffidl/demos/
H A Dlibm.tcl31 {double atan(double)}
/macosx-10.10/zsh-61/zsh/Functions/Misc/
H A Dzcalc37 # 1> pi = 4.0 * atan(1)
118 (( PI = 4 * atan(1), E = exp(1) ))
/macosx-10.10/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/Plugin/
H A DMath.pm156 =item atan
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/math/
H A Dgeometry.tcl521 set pi [expr {4*atan(1)}]
551 set a [expr {atan(abs((1.0*$y1-$y2)/(1.0*$x1-$x2)))}] ; # a is between 0 and pi/2
552 set pi [expr {4*atan(1)}]
1216 variable pi [expr { 4 * atan(1) }]
1217 variable torad [expr { (4 * atan(1)) / 180.0 }]
1218 variable todeg [expr { 180.0 / (4 * atan(1)) }]
/macosx-10.10/emacs-93/emacs/lisp/
H A Dloadup.el207 (if (fboundp 'atan) ; preload some constants and
/macosx-10.10/ruby-106/ruby/
H A Dmath.c167 * Math.atan(x) -> float
176 return DBL2NUM(atan(RFLOAT_VALUE(x)));
786 rb_define_const(rb_mMath, "PI", DBL2NUM(atan(1.0)*4.0));
802 rb_define_module_function(rb_mMath, "atan", math_atan, 1);
/macosx-10.10/vim-55/runtime/syntax/
H A Dampl.vim81 syn keyword amplBuiltInFunction asinh atan atan2 atanh ceil
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Target/
H A DTargetLibraryInfo.h76 /// double atan(double x);
77 atan, enumerator in enum:llvm::LibFunc::Func
/macosx-10.10/ruby-106/ruby/ext/bigdecimal/lib/bigdecimal/
H A Dmath.rb9 # atan(x, prec) Note: |x|<1, x=0.9999 may not converge.
119 def atan(x, prec) method in class:BigMath
120 raise ArgumentError, "Zero or negative precision for atan" if prec <= 0

Completed in 366 milliseconds

12345