Cite This Page
Bibliographic details for Show the (decimal) value of a number of 1s appended with a 3, then squared
- Page name: Show the (decimal) value of a number of 1s appended with a 3, then squared
- Author: Rosetta Code contributors
- Publisher: Rosetta Code.
- Date of last revision: 1 November 2024 18:53 UTC
- Date retrieved: 12 February 2025 03:31 UTC
- Permanent URL: https://rosettacode.org/wiki/Show_the_(decimal)_value_of_a_number_of_1s_appended_with_a_3,_then_squared?oldid=372562
- Page Version ID: 372562
Citation styles for Show the (decimal) value of a number of 1s appended with a 3, then squared
APA style
Show the (decimal) value of a number of 1s appended with a 3, then squared. (2024, November 1). Rosetta Code. Retrieved 03:31, February 12, 2025 from https://rosettacode.org/wiki/Show_the_(decimal)_value_of_a_number_of_1s_appended_with_a_3,_then_squared?oldid=372562.
MLA style
"Show the (decimal) value of a number of 1s appended with a 3, then squared." Rosetta Code. 1 Nov 2024, 18:53 UTC. 12 Feb 2025, 03:31 <https://rosettacode.org/wiki/Show_the_(decimal)_value_of_a_number_of_1s_appended_with_a_3,_then_squared?oldid=372562>.
MHRA style
Rosetta Code contributors, 'Show the (decimal) value of a number of 1s appended with a 3, then squared', Rosetta Code, 1 November 2024, 18:53 UTC, <https://rosettacode.org/wiki/Show_the_(decimal)_value_of_a_number_of_1s_appended_with_a_3,_then_squared?oldid=372562> [accessed 12 February 2025]
Chicago style
Rosetta Code contributors, "Show the (decimal) value of a number of 1s appended with a 3, then squared," Rosetta Code, https://rosettacode.org/wiki/Show_the_(decimal)_value_of_a_number_of_1s_appended_with_a_3,_then_squared?oldid=372562 (accessed February 12, 2025).
CBE/CSE style
Rosetta Code contributors. Show the (decimal) value of a number of 1s appended with a 3, then squared [Internet]. Rosetta Code; 2024 Nov 1, 18:53 UTC [cited 2025 Feb 12]. Available from: https://rosettacode.org/wiki/Show_the_(decimal)_value_of_a_number_of_1s_appended_with_a_3,_then_squared?oldid=372562.
Bluebook style
Show the (decimal) value of a number of 1s appended with a 3, then squared, https://rosettacode.org/wiki/Show_the_(decimal)_value_of_a_number_of_1s_appended_with_a_3,_then_squared?oldid=372562 (last visited February 12, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Show the (decimal) value of a number of 1s appended with a 3, then squared --- Rosetta Code{,} ", year = "2024", url = "https://rosettacode.org/wiki/Show_the_(decimal)_value_of_a_number_of_1s_appended_with_a_3,_then_squared?oldid=372562", note = "[Online; accessed 12-February-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 = "Show the (decimal) value of a number of 1s appended with a 3, then squared --- Rosetta Code{,} ", year = "2024", url = "\url{https://rosettacode.org/wiki/Show_the_(decimal)_value_of_a_number_of_1s_appended_with_a_3,_then_squared?oldid=372562}", note = "[Online; accessed 12-February-2025]" }