Jump to content

Horizontal sundial calculations: Difference between revisions

(Horizontal sundial calculations in Chipmunk Basic)
Line 1,337:
 
=={{header|EasyLang}}==
<syntaxhighlight lang="text">func getn s$ . v .
proc getn s$ . v .
write s$
v = number input
Line 1,356 ⟶ 1,357:
hla = atan2 (slat * sin hra) cos hra
print h + 12 & "\t" & hra & "\t\t" & hla
.
.</syntaxhighlight>
 
=={{header|ERRE}}==
2,060

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.