Cite This Page
Bibliographic details for Find the intersection of two lines
- Page name: Find the intersection of two lines
- Author: Rosetta Code contributors
- Publisher: Rosetta Code.
- Date of last revision: 5 August 2024 07:19 UTC
- Date retrieved: 23 April 2025 04:44 UTC
- Permanent URL: https://rosettacode.org/wiki/Find_the_intersection_of_two_lines?oldid=368103
- Page Version ID: 368103
Citation styles for Find the intersection of two lines
APA style
Find the intersection of two lines. (2024, August 5). Rosetta Code. Retrieved 04:44, April 23, 2025 from https://rosettacode.org/wiki/Find_the_intersection_of_two_lines?oldid=368103.
MLA style
"Find the intersection of two lines." Rosetta Code. 5 Aug 2024, 07:19 UTC. 23 Apr 2025, 04:44 <https://rosettacode.org/wiki/Find_the_intersection_of_two_lines?oldid=368103>.
MHRA style
Rosetta Code contributors, 'Find the intersection of two lines', Rosetta Code, 5 August 2024, 07:19 UTC, <https://rosettacode.org/wiki/Find_the_intersection_of_two_lines?oldid=368103> [accessed 23 April 2025]
Chicago style
Rosetta Code contributors, "Find the intersection of two lines," Rosetta Code, https://rosettacode.org/wiki/Find_the_intersection_of_two_lines?oldid=368103 (accessed April 23, 2025).
CBE/CSE style
Rosetta Code contributors. Find the intersection of two lines [Internet]. Rosetta Code; 2024 Aug 5, 07:19 UTC [cited 2025 Apr 23]. Available from: https://rosettacode.org/wiki/Find_the_intersection_of_two_lines?oldid=368103.
Bluebook style
Find the intersection of two lines, https://rosettacode.org/wiki/Find_the_intersection_of_two_lines?oldid=368103 (last visited April 23, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Find the intersection of two lines --- Rosetta Code{,} ", year = "2024", url = "https://rosettacode.org/wiki/Find_the_intersection_of_two_lines?oldid=368103", note = "[Online; accessed 23-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 = "Find the intersection of two lines --- Rosetta Code{,} ", year = "2024", url = "\url{https://rosettacode.org/wiki/Find_the_intersection_of_two_lines?oldid=368103}", note = "[Online; accessed 23-April-2025]" }