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: 5 February 2024 15:48 UTC
- Date retrieved: 28 April 2025 05:50 UTC
- Permanent URL: https://rosettacode.org/wiki/Show_the_(decimal)_value_of_a_number_of_1s_appended_with_a_3,_then_squared?oldid=354730
- Page Version ID: 354730
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, February 5). Rosetta Code. Retrieved 05:50, April 28, 2025 from https://rosettacode.org/wiki/Show_the_(decimal)_value_of_a_number_of_1s_appended_with_a_3,_then_squared?oldid=354730.
MLA style
"Show the (decimal) value of a number of 1s appended with a 3, then squared." Rosetta Code. 5 Feb 2024, 15:48 UTC. 28 Apr 2025, 05:50 <https://rosettacode.org/wiki/Show_the_(decimal)_value_of_a_number_of_1s_appended_with_a_3,_then_squared?oldid=354730>.
MHRA style
Rosetta Code contributors, 'Show the (decimal) value of a number of 1s appended with a 3, then squared', Rosetta Code, 5 February 2024, 15:48 UTC, <https://rosettacode.org/wiki/Show_the_(decimal)_value_of_a_number_of_1s_appended_with_a_3,_then_squared?oldid=354730> [accessed 28 April 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=354730 (accessed April 28, 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 Feb 5, 15:48 UTC [cited 2025 Apr 28]. Available from: https://rosettacode.org/wiki/Show_the_(decimal)_value_of_a_number_of_1s_appended_with_a_3,_then_squared?oldid=354730.
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=354730 (last visited April 28, 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=354730", note = "[Online; accessed 28-April-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=354730}", note = "[Online; accessed 28-April-2025]" }