Cite This Page
Bibliographic details for Line circle intersection
- Page name: Line circle intersection
- Author: Rosetta Code contributors
- Publisher: Rosetta Code, .
- Date of last revision: 21 October 2022 21:44 UTC
- Date retrieved: 24 March 2023 10:23 UTC
- Permanent URL: https://rosettacode.org/w/index.php?title=Line_circle_intersection&oldid=332451
- Page Version ID: 332451
Citation styles for Line circle intersection
APA style
Line circle intersection. (2022, October 21). Rosetta Code, . Retrieved 10:23, March 24, 2023 from https://rosettacode.org/w/index.php?title=Line_circle_intersection&oldid=332451.
MLA style
"Line circle intersection." Rosetta Code, . 21 Oct 2022, 21:44 UTC. 24 Mar 2023, 10:23 <https://rosettacode.org/w/index.php?title=Line_circle_intersection&oldid=332451>.
MHRA style
Rosetta Code contributors, 'Line circle intersection', Rosetta Code, , 21 October 2022, 21:44 UTC, <https://rosettacode.org/w/index.php?title=Line_circle_intersection&oldid=332451> [accessed 24 March 2023]
Chicago style
Rosetta Code contributors, "Line circle intersection," Rosetta Code, , https://rosettacode.org/w/index.php?title=Line_circle_intersection&oldid=332451 (accessed March 24, 2023).
CBE/CSE style
Rosetta Code contributors. Line circle intersection [Internet]. Rosetta Code, ; 2022 Oct 21, 21:44 UTC [cited 2023 Mar 24]. Available from: https://rosettacode.org/w/index.php?title=Line_circle_intersection&oldid=332451.
Bluebook style
Line circle intersection, https://rosettacode.org/w/index.php?title=Line_circle_intersection&oldid=332451 (last visited March 24, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Line circle intersection --- Rosetta Code{,} ", year = "2022", url = "https://rosettacode.org/w/index.php?title=Line_circle_intersection&oldid=332451", note = "[Online; accessed 24-March-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 = "Line circle intersection --- Rosetta Code{,} ", year = "2022", url = "\url{https://rosettacode.org/w/index.php?title=Line_circle_intersection&oldid=332451}", note = "[Online; accessed 24-March-2023]" }