Cite This Page
Bibliographic details for Square Root by Hand
- Page name: Square Root by Hand
- Author: Rosetta Code contributors
- Publisher: Rosetta Code, .
- Date of last revision: 7 November 2020 14:09 UTC
- Date retrieved: 3 February 2023 00:50 UTC
- Permanent URL: https://rosettacode.org/w/index.php?title=Square_Root_by_Hand&oldid=303694
- Page Version ID: 303694
Citation styles for Square Root by Hand
APA style
Square Root by Hand. (2020, November 7). Rosetta Code, . Retrieved 00:50, February 3, 2023 from https://rosettacode.org/w/index.php?title=Square_Root_by_Hand&oldid=303694.
MLA style
"Square Root by Hand." Rosetta Code, . 7 Nov 2020, 14:09 UTC. 3 Feb 2023, 00:50 <https://rosettacode.org/w/index.php?title=Square_Root_by_Hand&oldid=303694>.
MHRA style
Rosetta Code contributors, 'Square Root by Hand', Rosetta Code, , 7 November 2020, 14:09 UTC, <https://rosettacode.org/w/index.php?title=Square_Root_by_Hand&oldid=303694> [accessed 3 February 2023]
Chicago style
Rosetta Code contributors, "Square Root by Hand," Rosetta Code, , https://rosettacode.org/w/index.php?title=Square_Root_by_Hand&oldid=303694 (accessed February 3, 2023).
CBE/CSE style
Rosetta Code contributors. Square Root by Hand [Internet]. Rosetta Code, ; 2020 Nov 7, 14:09 UTC [cited 2023 Feb 3]. Available from: https://rosettacode.org/w/index.php?title=Square_Root_by_Hand&oldid=303694.
Bluebook style
Square Root by Hand, https://rosettacode.org/w/index.php?title=Square_Root_by_Hand&oldid=303694 (last visited February 3, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Square Root by Hand --- Rosetta Code{,} ", year = "2020", url = "https://rosettacode.org/w/index.php?title=Square_Root_by_Hand&oldid=303694", note = "[Online; accessed 3-February-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 = "Square Root by Hand --- Rosetta Code{,} ", year = "2020", url = "\url{https://rosettacode.org/w/index.php?title=Square_Root_by_Hand&oldid=303694}", note = "[Online; accessed 3-February-2023]" }