HP Forums
Apollo 11 Algorithms - Printable Version

+- HP Forums (https://www.hpmuseum.org/forum)
+-- Forum: Not HP Calculators (/forum-7.html)
+--- Forum: Not remotely HP Calculators (/forum-9.html)
+--- Thread: Apollo 11 Algorithms (/thread-17221.html)



Apollo 11 Algorithms - Leviset - 07-07-2021 11:45 AM

Came across this via a monthly update from Fermat's library.com
It may be of interest to some of you?

Apollo 11 implementation of trigonometric functions Margaret H. Hamilton March 1969 This code was submitted by Margaret H. Hamilton 1 (Programming Leader Apollo Guidance and Navigation) in March 1969 and was used to evaluate trigonometric functions essential for navigation on both the Command Module and Lunar Lander that first landed humans on the Moon.



Code is in attached PDF and also available at

https://github.com/chrislgarry/Apollo-11/blob/ 27e2acf88a6345e2b1064c8b006a154363937050/Luminary099/SINGLE_PRECISION_ SUBROUTINES.agc


RE: Apollo 11 Algorithms - Paul Dale - 07-07-2021 11:29 PM

A beautiful piece of work that trades accuracy, size and likely performance.


RE: Apollo 11 Algorithms - klesl - 07-08-2021 10:36 AM

very interesting article