Cite This Page
Bibliographic details for Logical operations
- Page name: Logical operations
- Author: Rosetta Code contributors
- Publisher: Rosetta Code.
- Date of last revision: 27 April 2025 20:18 UTC
- Date retrieved: 19 May 2025 05:59 UTC
- Permanent URL: https://rosettacode.org/wiki/Logical_operations?oldid=380166
- Page Version ID: 380166
Citation styles for Logical operations
APA style
Logical operations. (2025, April 27). Rosetta Code. Retrieved 05:59, May 19, 2025 from https://rosettacode.org/wiki/Logical_operations?oldid=380166.
MLA style
"Logical operations." Rosetta Code. 27 Apr 2025, 20:18 UTC. 19 May 2025, 05:59 <https://rosettacode.org/wiki/Logical_operations?oldid=380166>.
MHRA style
Rosetta Code contributors, 'Logical operations', Rosetta Code, 27 April 2025, 20:18 UTC, <https://rosettacode.org/wiki/Logical_operations?oldid=380166> [accessed 19 May 2025]
Chicago style
Rosetta Code contributors, "Logical operations," Rosetta Code, https://rosettacode.org/wiki/Logical_operations?oldid=380166 (accessed May 19, 2025).
CBE/CSE style
Rosetta Code contributors. Logical operations [Internet]. Rosetta Code; 2025 Apr 27, 20:18 UTC [cited 2025 May 19]. Available from: https://rosettacode.org/wiki/Logical_operations?oldid=380166.
Bluebook style
Logical operations, https://rosettacode.org/wiki/Logical_operations?oldid=380166 (last visited May 19, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Logical operations --- Rosetta Code{,} ", year = "2025", url = "https://rosettacode.org/wiki/Logical_operations?oldid=380166", note = "[Online; accessed 19-May-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 = "Logical operations --- Rosetta Code{,} ", year = "2025", url = "\url{https://rosettacode.org/wiki/Logical_operations?oldid=380166}", note = "[Online; accessed 19-May-2025]" }