Cite This Page
Bibliographic details for Animate a pendulum
- Page name: Animate a pendulum
- Author: Rosetta Code contributors
- Publisher: Rosetta Code.
- Date of last revision: 24 July 2024 14:52 UTC
- Date retrieved: 26 January 2025 05:58 UTC
- Permanent URL: https://rosettacode.org/wiki/Animate_a_pendulum?oldid=367615
- Page Version ID: 367615
Citation styles for Animate a pendulum
APA style
Animate a pendulum. (2024, July 24). Rosetta Code. Retrieved 05:58, January 26, 2025 from https://rosettacode.org/wiki/Animate_a_pendulum?oldid=367615.
MLA style
"Animate a pendulum." Rosetta Code. 24 Jul 2024, 14:52 UTC. 26 Jan 2025, 05:58 <https://rosettacode.org/wiki/Animate_a_pendulum?oldid=367615>.
MHRA style
Rosetta Code contributors, 'Animate a pendulum', Rosetta Code, 24 July 2024, 14:52 UTC, <https://rosettacode.org/wiki/Animate_a_pendulum?oldid=367615> [accessed 26 January 2025]
Chicago style
Rosetta Code contributors, "Animate a pendulum," Rosetta Code, https://rosettacode.org/wiki/Animate_a_pendulum?oldid=367615 (accessed January 26, 2025).
CBE/CSE style
Rosetta Code contributors. Animate a pendulum [Internet]. Rosetta Code; 2024 Jul 24, 14:52 UTC [cited 2025 Jan 26]. Available from: https://rosettacode.org/wiki/Animate_a_pendulum?oldid=367615.
Bluebook style
Animate a pendulum, https://rosettacode.org/wiki/Animate_a_pendulum?oldid=367615 (last visited January 26, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Animate a pendulum --- Rosetta Code{,} ", year = "2024", url = "https://rosettacode.org/wiki/Animate_a_pendulum?oldid=367615", note = "[Online; accessed 26-January-2025]" }
When using the LaTeX package url (\usepackage{url}
somewhere in the preamble) which tends to give much more nicely formatted web addresses, the following may be preferred:
@misc{ wiki:xxx, author = "Rosetta Code", title = "Animate a pendulum --- Rosetta Code{,} ", year = "2024", url = "\url{https://rosettacode.org/wiki/Animate_a_pendulum?oldid=367615}", note = "[Online; accessed 26-January-2025]" }