Cite This Page
Bibliographic details for Creating a Function
- Page name: Creating a Function
- Author: Rosetta Code contributors
- Publisher: Rosetta Code.
- Date of last revision: 6 February 2010 12:56 UTC
- Date retrieved: 11 September 2024 07:46 UTC
- Permanent URL: https://rosettacode.org/wiki/Creating_a_Function?oldid=138158
- Page Version ID: 138158
Citation styles for Creating a Function
APA style
Creating a Function. (2010, February 6). Rosetta Code. Retrieved 07:46, September 11, 2024 from https://rosettacode.org/wiki/Creating_a_Function?oldid=138158.
MLA style
"Creating a Function." Rosetta Code. 6 Feb 2010, 12:56 UTC. 11 Sep 2024, 07:46 <https://rosettacode.org/wiki/Creating_a_Function?oldid=138158>.
MHRA style
Rosetta Code contributors, 'Creating a Function', Rosetta Code, 6 February 2010, 12:56 UTC, <https://rosettacode.org/wiki/Creating_a_Function?oldid=138158> [accessed 11 September 2024]
Chicago style
Rosetta Code contributors, "Creating a Function," Rosetta Code, https://rosettacode.org/wiki/Creating_a_Function?oldid=138158 (accessed September 11, 2024).
CBE/CSE style
Rosetta Code contributors. Creating a Function [Internet]. Rosetta Code; 2010 Feb 6, 12:56 UTC [cited 2024 Sep 11]. Available from: https://rosettacode.org/wiki/Creating_a_Function?oldid=138158.
Bluebook style
Creating a Function, https://rosettacode.org/wiki/Creating_a_Function?oldid=138158 (last visited September 11, 2024).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Creating a Function --- Rosetta Code{,} ", year = "2010", url = "https://rosettacode.org/wiki/Creating_a_Function?oldid=138158", note = "[Online; accessed 11-September-2024]" }
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 = "Creating a Function --- Rosetta Code{,} ", year = "2010", url = "\url{https://rosettacode.org/wiki/Creating_a_Function?oldid=138158}", note = "[Online; accessed 11-September-2024]" }