Cite This Page
Bibliographic details for Find first and last set bit of a long integer
- Page name: Find first and last set bit of a long integer
- Author: Rosetta Code contributors
- Publisher: Rosetta Code.
- Date of last revision: 10 December 2023 20:46 UTC
- Date retrieved: 9 November 2024 13:53 UTC
- Permanent URL: https://rosettacode.org/wiki/Find_first_and_last_set_bit_of_a_long_integer?oldid=351357
- Page Version ID: 351357
Citation styles for Find first and last set bit of a long integer
APA style
Find first and last set bit of a long integer. (2023, December 10). Rosetta Code. Retrieved 13:53, November 9, 2024 from https://rosettacode.org/wiki/Find_first_and_last_set_bit_of_a_long_integer?oldid=351357.
MLA style
"Find first and last set bit of a long integer." Rosetta Code. 10 Dec 2023, 20:46 UTC. 9 Nov 2024, 13:53 <https://rosettacode.org/wiki/Find_first_and_last_set_bit_of_a_long_integer?oldid=351357>.
MHRA style
Rosetta Code contributors, 'Find first and last set bit of a long integer', Rosetta Code, 10 December 2023, 20:46 UTC, <https://rosettacode.org/wiki/Find_first_and_last_set_bit_of_a_long_integer?oldid=351357> [accessed 9 November 2024]
Chicago style
Rosetta Code contributors, "Find first and last set bit of a long integer," Rosetta Code, https://rosettacode.org/wiki/Find_first_and_last_set_bit_of_a_long_integer?oldid=351357 (accessed November 9, 2024).
CBE/CSE style
Rosetta Code contributors. Find first and last set bit of a long integer [Internet]. Rosetta Code; 2023 Dec 10, 20:46 UTC [cited 2024 Nov 9]. Available from: https://rosettacode.org/wiki/Find_first_and_last_set_bit_of_a_long_integer?oldid=351357.
Bluebook style
Find first and last set bit of a long integer, https://rosettacode.org/wiki/Find_first_and_last_set_bit_of_a_long_integer?oldid=351357 (last visited November 9, 2024).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Find first and last set bit of a long integer --- Rosetta Code{,} ", year = "2023", url = "https://rosettacode.org/wiki/Find_first_and_last_set_bit_of_a_long_integer?oldid=351357", note = "[Online; accessed 9-November-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 = "Find first and last set bit of a long integer --- Rosetta Code{,} ", year = "2023", url = "\url{https://rosettacode.org/wiki/Find_first_and_last_set_bit_of_a_long_integer?oldid=351357}", note = "[Online; accessed 9-November-2024]" }