Home
last modified time | relevance | path

Searched refs:sind (Results 1 – 25 of 3386) sorted by relevance

12345678910>>...136

/dports/x11/plasma5-plasma-workspace/plasma-workspace-5.23.5/dataengines/time/
H A Dsolarsystem.cpp44 *z *= sind(m_obliquity); in rotate()
78 -0.186 * sind(Ms) in calcPerturbations()
84 -0.035 * sind(D) in calcPerturbations()
108 *dec -= mpar * rho * sind(gclat) * sind(g - *dec) / sind(g); in topocentricCorrection()
140 x = r * (cosd(N) * cosd(m_lambda) - sind(N) * sind(m_lambda) * cosd(i)); in calc()
141 y = r * (sind(N) * cosd(m_lambda) + cosd(N) * sind(m_lambda) * cosd(i)); in calc()
142 z = r * sind(m_lambda); in calc()
144 z *= sind(i); in calc()
155 x = cosd(HA) * cosd(dec) * sind(m_latitude) - sind(dec) * cosd(m_latitude); in calc()
157 z = cosd(HA) * cosd(dec) * cosd(m_latitude) + sind(dec) * sind(m_latitude); in calc()
[all …]
/dports/math/reduce/Reduce-svn5758-src/packages/misc/trigd/
H A Dtrigd.rlg194 { - sind(a),
210 { - sind(a + 10),
225 {sind(a - 70),
240 {sind(a - 10),
255 { - sind(a + 70),
299 {sind(-----------),
328 sind(a),
343 - sind(a),
433 sind(80)-2t/(1+t^2);
488 {sind(i + 40),
[all …]
H A Dtrigd.tst3 {sind(0), cosd(0), tand(0), secd(0)};
4 {sind(180), cosd(180), tand(180),secd(180)};
5 {sind(360), cosd(360), tand(360),secd(360)};
6 {sind(90), cosd(90), cotd(90), cscd(90)};
7 {sind(270), cosd(270), cotd(270), cscd(270)};
8 {sind(450), cosd(450), cotd(450), cscd(450)};
10 l:=for j:=1:5 collect sind(15j);
38 {sind asind(-a), cosd acosd(-a), tand atand(-a),
53 sind(80)-2t/(1+t^2);
61 sind(second reslist)+ sqrt(2)/4*(sqrt 3+1);
[all …]
H A Dtrigd.red230 sind(30) => 1/2,
231 sind(45) => sqrt 2/2,
232 sind(60) => sqrt(3)/2
257 sind((~~w + ~~k)/~~d)
291 sind((~~w + ~~k)/~~d)
347 cosd(~x) => sind(90-x)
358 cscd(~x) => 1/sind(x) when knowledge_about(sind,x,cosd);
446 sind(~n*atand ~u) => sind((n-2)*atand u) * (1-u^2)/(1+u^2) +
458 sind(~n*acosd ~u) => sind((n-2)*acosd u) * (2*u^2 - 1) +
464 sind(~n*asind ~u) => sind((n-2)*asind u) * (1 - 2*u^2) +
[all …]
/dports/astro/xmoontool/xmoontool-3.0.3/
H A Dschlyter.c40 #define sind(x) sin(deg2rad((x))) macro
162 x = r * (cosd(m.N) * cosd(v + m.w) - sind(m.N) * sind(v + m.w) * cosd(m.i));
163 y = r * (sind(m.N) * cosd(v + m.w) + cosd(m.N) * sind(v + m.w) * cosd(m.i));
164 z = r * (sind(v + m.w) * sind(m.i));
192 + 0.053 * sind(m.M + 2*D)
193 + 0.046 * sind(2*D - s.M)
194 + 0.041 * sind(m.M - s.M)
196 - 0.031 * sind(m.M + s.M)
197 - 0.015 * sind(2*F - 2*D)
198 + 0.011 * sind(m.M - 4*D);
[all …]
/dports/science/afni/afni-AFNI_21.3.16/src/rickr/
H A Dr_misc.c139 int sind, total, first = 1, seplen = 0; in cat_strings() local
151 for( sind = 1; sind < nstr; sind++ ) in cat_strings()
152 if( slist[sind] ) total += strlen(slist[sind]) + seplen; in cat_strings()
158 for( sind = 0; sind < nstr; sind++ ) { in cat_strings()
159 if( ! slist[sind] ) continue; in cat_strings()
162 strcat(newstr, slist[sind]); in cat_strings()
/dports/math/octave-forge-symbolic/symbolic-2.9.0/inst/@sym/
H A Dsind.m21 %% @defmethod @@sym sind (@var{x})
27 %% 2*sind (sym (60))
31 %% y = sind (x)
43 function y = sind(x) function
51 %!error <Invalid> sind (sym(1), 2)
52 %!assert (isequaln (sind (sym(nan)), sym(nan)))
55 %! f1 = sind (sym(1));
56 %! f2 = sind (1);
62 %! f1 = sind (A);
63 %! f2 = sind (D);
/dports/astro/sunwait/sunwait-20041208/
H A Dsunriset.c91 cost = ( sind(altit) - sind(lat) * sind(sdec) ) / in __sunriset__()
150 sin_sdecl = sind(obl_ecl) * sind(slon); in __daylen__()
164 cost = ( sind(altit) - sind(lat) * sin_sdecl ) / in __daylen__()
200 E = M + e * RADEG * sind(M) * ( 1.0 + e * cosd(M) ); in sunpos()
202 y = sqrt( 1.0 - e*e ) * sind(E); in sunpos()
221 ys = *r * sind(lon); in sun_RA_dec()
230 ze = ys * sind(obl_ecl); in sun_RA_dec()
/dports/math/scilab/scilab-6.1.1/scilab/modules/elementary_functions/tests/unit_tests/
H A Dsind.tst12 //writeto("sind.ref"); interface(prettyprint = 0);
379 x=ref(:,1);e=max(abs((ref(:,2)-sind(x))));
381 x=ref(:,1)+2^6*360; e=max(abs((ref(:,2)-sind(x))));
384 x=ref(:,1)+2^10*360; e=max(abs((ref(:,2)-sind(x))));
387 if ~isnan(sind(-Inf)) then pause,end
388 if ~isnan(sind(Inf)) then pause,end
389 if ~isnan(sind(NaN)) then pause,end
391 if sind([])<>[] then pause,end
H A Dsind.dia.ref10 //writeto("sind.ref"); interface(prettyprint = 0);
375 x=ref(:,1);e=max(abs((ref(:,2)-sind(x))));
377 x=ref(:,1)+2^6*360; e=max(abs((ref(:,2)-sind(x))));
379 x=ref(:,1)+2^10*360; e=max(abs((ref(:,2)-sind(x))));
381 if ~isnan(sind(-Inf)) then bugmes();quit;end
382 if ~isnan(sind(Inf)) then bugmes();quit;end
383 if ~isnan(sind(NaN)) then bugmes();quit;end
384 if sind([])<>[] then bugmes();quit;end
/dports/astro/wcslib/wcslib-7.7/utils/
H A Dsundazel.c143 #define sind(X) sin((X)*D2R) macro
435 euler1[4] = sind(euler1[1]); in sundazel()
443 euler2[4] = sind(euler2[1]); in sundazel()
487 double lambda = normang(360, L + 1.915*sind(g) + 0.020*sind(2.0*g)); in sundazel()
500 delta = asind(sind(epsilon)*sind(lambda)); in sundazel()
515 double sinel = sind(el); in sundazel()
593 double dpsi = -0.000319*sind(omega) - 0.000024*sind(2.0*L); in sundazel()
783 double slng1p = sind(lng1p); in eulrot()
785 double slat1 = sind(lat1); in eulrot()
922 euler3[4] = sind(theta); in xeuler()
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/scinotes/tests/unit_tests/
H A Dedit.tst49 sinus = sind
50 edit sinus // Must display a warning and open SCI/modules/elementary_functions/macros/sind.sci
52 // WARNING: edit: "sinus" is an alias of "sind" => editing sind()
53 // WARNING: Please reset sinus=sind if sind() is recompiled.
84 sin = sind
85 edit sin // Must display a warning and open SCI/modules/elementary_functions/macros/sind.sci
87 // WARNING: edit: "sin" is an alias of "sind" => editing sind()
88 // WARNING: Please reset sin=sind if sind() is recompiled.
/dports/astro/kstars/kstars-3.5.6/po/de/docs/kstars/
H A Dspiralgalaxies.docbook20sind riesige Ansammlungen von Milliarden von Sternen, die meisten in einer abgeflachten Diskusform…
26 > auf einer Skala von der rundesten, genannt E0, bis zu denen, die am meisten abgeflacht sind, die …
28 > der Stimmgabel sind dort, wo zwei Typen von Spiralgalaxien erkannt werden: Normale Spiralen und <…
36 > an Sternen, der Oberflächenhelligkeit und wie eng die Spiralarme gewunden sind. Diese Merkmale st…
38 … und elliptischen Galaxien ist. Ihre Spiralarme sind so eng gewunden, dass sie nicht unterscheidba…
44sind sehr dynamische Wesen. Sie sind Brutstätten von Sternenformationen und enthalten viele junge …
46 …illiarde Sonnenmassen. Sowohl elliptische als auch spiralförmige Galaxien sind dafür bekannt, solc…
56 > benutzen. Hier ist eine Liste von einigen Spiralgalaxien, von denen schöne Bilder verfügbar sind:…
/dports/shells/bash/bash-5.1/lib/sh/
H A Dutf8.c69 register int sind, count; local
71 for (sind = count = 0; src[sind] && sind <= maxlen; sind++)
73 if ((src[sind] & 0xc0) != 0x80)
/dports/math/octave/octave-6.4.0/scripts/elfun/
H A Dsind.m27 ## @deftypefn {} {} sind (@var{x})
34 function y = sind (x) function
47 %!assert (sind (10:10:90), sin (pi*[10:10:90]/180), -10*eps)
48 %!assert (sind ([0, 180, 360]) == 0)
49 %!assert (sind ([90, 270]) != 0)
51 %!error sind ()
52 %!error sind (1, 2)
/dports/math/couenne/Couenne-releases-0.5.8/Couenne/src/bound_tightening/
H A DCouenneSparseBndVec.hpp93 register unsigned int &sind = sInd_ [index]; in operator []() local
95 if ((sind >= n_) || in operator []()
96 (dInd_ [sind] != index)) in operator []()
97 dInd_ [sind = n_++] = index; // this entry is new and has to be initialized in operator []()
99 return data_ [sind]; in operator []()
/dports/science/afni/afni-AFNI_21.3.16/src/jzosky/lib_RetroTS/
H A DRVT_from_PeakFinder.py111 sind = add(list(range(0, len(r["t"]))), nsamp)
112 print(sind)
113 sind[nonzero(sind < 0)] = 0
114 sind[nonzero(sind > (len(r["t"]) - 1))] = len(r["t"]) - 1
116 r["t"], r["rvtrs"][sind], r["interpolation_style"], bounds_error=True
/dports/lang/php73/php-7.3.33/ext/date/lib/
H A Dastro.c45 #define sind(x) sin((x)*DEGRAD) macro
149 E = M + e * RADEG * sind(M) * (1.0 + e * cosd(M)); in astro_sunpos()
151 y = sqrt(1.0 - e*e) * sind(E); in astro_sunpos()
169 y = *r * sind(lon); in astro_sun_RA_dec()
175 z = y * sind(obl_ecl); in astro_sun_RA_dec()
267 cost = (sind(altit) - sind(lat) * sind(sdec)) / (cosd(lat) * cosd(sdec)); in timelib_astro_rise_set_altitude()
/dports/deskutils/hebcal/hebcal-4.13/
H A Dastro.c45 #define sind(x) sin((x)*DEGRAD) macro
149 E = M + e * RADEG * sind(M) * (1.0 + e * cosd(M)); in astro_sunpos()
151 y = sqrt(1.0 - e*e) * sind(E); in astro_sunpos()
169 y = *r * sind(lon); in astro_sun_RA_dec()
175 z = y * sind(obl_ecl); in astro_sun_RA_dec()
266 cost = (sind(altit) - sind(lat) * sind(sdec)) / (cosd(lat) * cosd(sdec)); in timelib_astro_rise_set_altitude()
/dports/devel/py-timelib/timelib-0.2.5/ext-date-lib/
H A Dastro.c40 #define sind(x) sin((x)*DEGRAD) macro
144 E = M + e * RADEG * sind(M) * (1.0 + e * cosd(M)); in astro_sunpos()
146 y = sqrt(1.0 - e*e) * sind(E); in astro_sunpos()
164 y = *r * sind(lon); in astro_sun_RA_dec()
170 z = y * sind(obl_ecl); in astro_sun_RA_dec()
261 cost = (sind(altit) - sind(lat) * sind(sdec)) / (cosd(lat) * cosd(sdec)); in timelib_astro_rise_set_altitude()
/dports/www/mod_php81/php-8.1.1/ext/date/lib/
H A Dastro.c45 #define sind(x) sin((x)*DEGRAD) macro
149 E = M + e * RADEG * sind(M) * (1.0 + e * cosd(M)); in astro_sunpos()
151 y = sqrt(1.0 - e*e) * sind(E); in astro_sunpos()
169 y = *r * sind(lon); in astro_sun_RA_dec()
175 z = y * sind(obl_ecl); in astro_sun_RA_dec()
267 cost = (sind(altit) - sind(lat) * sind(sdec)) / (cosd(lat) * cosd(sdec)); in timelib_astro_rise_set_altitude()
/dports/lang/php81/php-8.1.1/ext/date/lib/
H A Dastro.c45 #define sind(x) sin((x)*DEGRAD) macro
149 E = M + e * RADEG * sind(M) * (1.0 + e * cosd(M)); in astro_sunpos()
151 y = sqrt(1.0 - e*e) * sind(E); in astro_sunpos()
169 y = *r * sind(lon); in astro_sun_RA_dec()
175 z = y * sind(obl_ecl); in astro_sun_RA_dec()
267 cost = (sind(altit) - sind(lat) * sind(sdec)) / (cosd(lat) * cosd(sdec)); in timelib_astro_rise_set_altitude()
/dports/lang/php80/php-8.0.15/ext/date/lib/
H A Dastro.c45 #define sind(x) sin((x)*DEGRAD) macro
149 E = M + e * RADEG * sind(M) * (1.0 + e * cosd(M)); in astro_sunpos()
151 y = sqrt(1.0 - e*e) * sind(E); in astro_sunpos()
169 y = *r * sind(lon); in astro_sun_RA_dec()
175 z = y * sind(obl_ecl); in astro_sun_RA_dec()
267 cost = (sind(altit) - sind(lat) * sind(sdec)) / (cosd(lat) * cosd(sdec)); in timelib_astro_rise_set_altitude()
/dports/lang/php74/php-7.4.27/ext/date/lib/
H A Dastro.c45 #define sind(x) sin((x)*DEGRAD) macro
149 E = M + e * RADEG * sind(M) * (1.0 + e * cosd(M)); in astro_sunpos()
151 y = sqrt(1.0 - e*e) * sind(E); in astro_sunpos()
169 y = *r * sind(lon); in astro_sun_RA_dec()
175 z = y * sind(obl_ecl); in astro_sun_RA_dec()
267 cost = (sind(altit) - sind(lat) * sind(sdec)) / (cosd(lat) * cosd(sdec)); in timelib_astro_rise_set_altitude()
/dports/www/mod_php74/php-7.4.27/ext/date/lib/
H A Dastro.c45 #define sind(x) sin((x)*DEGRAD) macro
149 E = M + e * RADEG * sind(M) * (1.0 + e * cosd(M)); in astro_sunpos()
151 y = sqrt(1.0 - e*e) * sind(E); in astro_sunpos()
169 y = *r * sind(lon); in astro_sun_RA_dec()
175 z = y * sind(obl_ecl); in astro_sun_RA_dec()
267 cost = (sind(altit) - sind(lat) * sind(sdec)) / (cosd(lat) * cosd(sdec)); in timelib_astro_rise_set_altitude()

12345678910>>...136