Cite This Page
Bibliographic details for Euler method
- Page name: Euler method
- Author: Rosetta Code contributors
- Publisher: Rosetta Code, .
- Date of last revision: 16 October 2022 14:02 UTC
- Date retrieved: 25 March 2023 23:21 UTC
- Permanent URL: https://rosettacode.org/w/index.php?title=Euler_method&oldid=332111
- Page Version ID: 332111
Citation styles for Euler method
APA style
Euler method. (2022, October 16). Rosetta Code, . Retrieved 23:21, March 25, 2023 from https://rosettacode.org/w/index.php?title=Euler_method&oldid=332111.
MLA style
"Euler method." Rosetta Code, . 16 Oct 2022, 14:02 UTC. 25 Mar 2023, 23:21 <https://rosettacode.org/w/index.php?title=Euler_method&oldid=332111>.
MHRA style
Rosetta Code contributors, 'Euler method', Rosetta Code, , 16 October 2022, 14:02 UTC, <https://rosettacode.org/w/index.php?title=Euler_method&oldid=332111> [accessed 25 March 2023]
Chicago style
Rosetta Code contributors, "Euler method," Rosetta Code, , https://rosettacode.org/w/index.php?title=Euler_method&oldid=332111 (accessed March 25, 2023).
CBE/CSE style
Rosetta Code contributors. Euler method [Internet]. Rosetta Code, ; 2022 Oct 16, 14:02 UTC [cited 2023 Mar 25]. Available from: https://rosettacode.org/w/index.php?title=Euler_method&oldid=332111.
Bluebook style
Euler method, https://rosettacode.org/w/index.php?title=Euler_method&oldid=332111 (last visited March 25, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Euler method --- Rosetta Code{,} ", year = "2022", url = "https://rosettacode.org/w/index.php?title=Euler_method&oldid=332111", note = "[Online; accessed 25-March-2023]" }
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 = "Euler method --- Rosetta Code{,} ", year = "2022", url = "\url{https://rosettacode.org/w/index.php?title=Euler_method&oldid=332111}", note = "[Online; accessed 25-March-2023]" }