Searched refs:theta (Results 1 - 25 of 40) sorted by relevance

12

/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/FieldGraph/
H A DfieldMath.py13 theta = polar[1]
14 return (r*cos(theta), r*sin(theta))
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/FieldGraph/
H A DfieldMath.py13 theta = polar[1]
14 return (r*cos(theta), r*sin(theta))
/macosx-10.9.5/groff-38/groff/font/devps/generate/
H A Dlgreekmap26 theta *h
H A Dsymbolchars61 theta *h
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/demos-en/
H A Dpendulum.rb102 @theta = 45.0
155 @theta = Math.atan2(x2,y2)*180/Math::PI
157 angle = @theta*Math::PI/180
174 @points << @theta + @psw << -20*@dTheta + @psh
200 # .. - sin theta
201 # theta + theta = -----------
206 firstDDTheta = -Math.sin(@theta * Math::PI/180) * scaling
208 midTheta = @theta + (@dTheta + midDTheta)/2
212 midTheta = @theta
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/demos-jp/
H A Dpendulum.rb104 @theta = 45.0
157 @theta = Math.atan2(x2,y2)*180/Math::PI
159 angle = @theta*Math::PI/180
176 @points << @theta + @psw << -20*@dTheta + @psh
202 # .. - sin theta
203 # theta + theta = -----------
208 firstDDTheta = -Math.sin(@theta * Math::PI/180) * scaling
210 midTheta = @theta + (@dTheta + midDTheta)/2
214 midTheta = @theta
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/mapproj/
H A Dmapproj.tcl144 # F(phi, k) = \integral_0^phi dtheta/sqrt(1 - k**2 sin**2 theta)
506 set theta [expr {2.0 * asin(2.0 * $phi / $pi)}]
510 set diff [expr {($theta + sin($theta) - $pisinphi)
511 / (1.0 + cos($theta))}]
512 set theta [expr {$theta - $diff}]
514 set theta [expr {0.5 * $theta}]
515 set x [expr {$sqrt8 * $lambda * cos($theta) /
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/simulation/
H A Drandom.tcl333 set theta [expr {acos(2.0*rand()-1.0)}]
334 set x [expr {$rad*cos($phi)*cos($theta)}]
335 set y [expr {$rad*sin($phi)*cos($theta)}]
336 set z [expr {$rad*sin($theta)}]
365 set theta [expr {acos(2.0*rand()-1.0)}]
366 set x [expr {RAD*cos($phi)*cos($theta)}]
367 set y [expr {RAD*sin($phi)*cos($theta)}]
368 set z [expr {RAD*sin($theta)}]
/macosx-10.9.5/groff-38/groff/src/preproc/pic/
H A Dobject.cpp1626 double theta = aht.height / rad; local
1628 theta = - theta;
1630 b = position(b.x*cos(theta) - b.y*sin(theta),
1631 b.x*sin(theta) + b.y*cos(theta)) + cent;
1641 theta = fabs(lt.thickness) / 72 / 4 / rad;
1643 theta = - theta;
1653 double theta = aht.height / rad; local
1782 double theta = atan2(h.y, h.x); local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/audio/
H A DBiquad.cpp224 double theta = piDouble * cutoff;
225 double sn = 0.5 * d * sin(theta);
227 double gamma = (0.5 + beta) * cos(theta);
260 double theta = piDouble * cutoff;
261 double sn = 0.5 * d * sin(theta);
263 double gamma = (0.5 + beta) * cos(theta);
/macosx-10.9.5/tcl-102/tk/tk/generic/
H A DtkTrig.c1609 double theta; /* Angle between line segments (angle of
1652 theta = theta1 - theta2;
1653 if (theta > PI) {
1654 theta -= 2*PI;
1655 } else if (theta < -PI) {
1656 theta += 2*PI;
1659 if ((theta < elevenDegrees) && (theta > -elevenDegrees)) {
1663 dist = 0.5*width/sin(0.5*theta);
1594 double theta; /* Angle between line segments (angle of local
/macosx-10.9.5/tcl-102/tk84/tk/generic/
H A DtkTrig.c1345 double theta; /* Angle between line segments (angle
1383 theta = theta1 - theta2;
1384 if (theta > PI) {
1385 theta -= 2*PI;
1386 } else if (theta < -PI) {
1387 theta += 2*PI;
1389 if ((theta < elevenDegrees) && (theta > -elevenDegrees)) {
1392 dist = 0.5*width/sin(0.5*theta);
1332 double theta; /* Angle between line segments (angle local
/macosx-10.9.5/emacs-92/emacs/lisp/calendar/
H A Dsolar.el745 (let* ((theta (/ (- (calendar-astro-from-absolute
752 (theta2 (* theta theta))
753 (theta3 (* theta2 theta))
757 (* 0.000297 theta)
765 (let* ((theta (/ (- (calendar-astro-from-absolute
772 (theta2 (* theta theta))
773 (theta3 (* theta2 theta))
777 (* 0.003844 theta)
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/calc/
H A Dcalc-stuff.el241 (let ((theta (math-mod (nth 2 a)
250 (calcFunc-clean theta)))))))
/macosx-10.9.5/tcl-102/tcl_ext/snack/snack/generic/
H A Dsigproc2.c1140 double x, flo, pi2t, theta; local
1162 theta = atan2(ri[ii],rr[ii]);
1163 freq[fc] = fabs(theta / pi2t);
1177 theta = s_freq/2.0; /* temporarily hold the folding frequency. */
1181 iscomp1 = (freq[ii] > 1.0) && (freq[ii] < theta);
1182 iscomp2 = (freq[ii+1] > 1.0) && (freq[ii+1] < theta);
1195 for(i=0, theta = theta - 1.0, ii=0 ; i < fc; i++)
1196 if( (freq[i] > 1.0) && (freq[i] < theta) ) ii++;
H A Dffa.c68 static double theta, wpr, wpi; variable
108 theta = 3.141592653589793/(double) (nthpo);
109 wtemp = sin(0.5*theta);
111 wpi = sin(theta);
/macosx-10.9.5/ruby-104/ruby/
H A Dcomplex.c906 VALUE r, theta, nr, ntheta; local
911 theta = f_arg(self);
914 f_mul(dat->imag, theta)));
915 ntheta = f_add(f_mul(theta, dat->real),
954 VALUE r, theta; local
960 theta = f_arg(self);
963 f_mul(theta, other));
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dplaintex.vim92 \ '\\\%(aleph\|alpha\|beta\|chi\|[dD]elta\|ell\|epsilon\|eta\|[gG]amma\|[ij]math\|iota\|kappa\|[lL]ambda\|[mn]u\|[oO]mega\|[pP][hs]\=i\|rho\|[sS]igma\|tau\|[tT]heta\|[uU]psilon\|var\%(epsilon\|ph\=i\|rho\|sigma\|theta\)\|[xX]i\|zeta\)\>'
H A Drhelp.vim71 syn match rhelpKeyword "\\theta"
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/htmlparse/
H A Dhtmlparse.tcl69 zeta \u3B6 eta \u3B7 theta \u3B8 iota \u3B9 kappa \u3BA
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/html/
H A Dhtml.tcl83 \u3B5 &epsilon; \u3B6 &zeta; \u3B7 &eta; \u3B8 &theta; \u3B9 &iota;
/macosx-10.9.5/emacs-92/emacs/etc/
H A Dcalccard.tex400 \wkey{polar complex numbers}{({\it r}; $\theta$)}
/macosx-10.9.5/tcl-102/tk/tk/library/
H A Dmkpsenc.tcl432 03B8 theta
/macosx-10.9.5/tcl-102/tk84/tk/library/
H A Dmkpsenc.tcl432 03B8 theta
/macosx-10.9.5/emacs-92/emacs/leim/quail/
H A Dgreek.el155 theta Q q
436 theta J j

Completed in 298 milliseconds

12