Cite This Page
Bibliographic details for Logical operations
- Page name: Logical operations
- Author: Rosetta Code contributors
- Publisher: Rosetta Code, .
- Date of last revision: 19 November 2022 09:03 UTC
- Date retrieved: 30 January 2023 10:32 UTC
- Permanent URL: https://rosettacode.org/w/index.php?title=Logical_operations&oldid=333716
- Page Version ID: 333716
Citation styles for Logical operations
APA style
Logical operations. (2022, November 19). Rosetta Code, . Retrieved 10:32, January 30, 2023 from https://rosettacode.org/w/index.php?title=Logical_operations&oldid=333716.
MLA style
"Logical operations." Rosetta Code, . 19 Nov 2022, 09:03 UTC. 30 Jan 2023, 10:32 <https://rosettacode.org/w/index.php?title=Logical_operations&oldid=333716>.
MHRA style
Rosetta Code contributors, 'Logical operations', Rosetta Code, , 19 November 2022, 09:03 UTC, <https://rosettacode.org/w/index.php?title=Logical_operations&oldid=333716> [accessed 30 January 2023]
Chicago style
Rosetta Code contributors, "Logical operations," Rosetta Code, , https://rosettacode.org/w/index.php?title=Logical_operations&oldid=333716 (accessed January 30, 2023).
CBE/CSE style
Rosetta Code contributors. Logical operations [Internet]. Rosetta Code, ; 2022 Nov 19, 09:03 UTC [cited 2023 Jan 30]. Available from: https://rosettacode.org/w/index.php?title=Logical_operations&oldid=333716.
Bluebook style
Logical operations, https://rosettacode.org/w/index.php?title=Logical_operations&oldid=333716 (last visited January 30, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Logical operations --- Rosetta Code{,} ", year = "2022", url = "https://rosettacode.org/w/index.php?title=Logical_operations&oldid=333716", note = "[Online; accessed 30-January-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 = "Logical operations --- Rosetta Code{,} ", year = "2022", url = "\url{https://rosettacode.org/w/index.php?title=Logical_operations&oldid=333716}", note = "[Online; accessed 30-January-2023]" }