Cite This Page
Bibliographic details for Curve that touches three points
- Page name: Curve that touches three points
- Author: Rosetta Code contributors
- Publisher: Rosetta Code.
- Date of last revision: 30 June 2024 12:40 UTC
- Date retrieved: 19 September 2024 21:57 UTC
- Permanent URL: https://rosettacode.org/wiki/Curve_that_touches_three_points?oldid=365884
- Page Version ID: 365884
Citation styles for Curve that touches three points
APA style
Curve that touches three points. (2024, June 30). Rosetta Code. Retrieved 21:57, September 19, 2024 from https://rosettacode.org/wiki/Curve_that_touches_three_points?oldid=365884.
MLA style
"Curve that touches three points." Rosetta Code. 30 Jun 2024, 12:40 UTC. 19 Sep 2024, 21:57 <https://rosettacode.org/wiki/Curve_that_touches_three_points?oldid=365884>.
MHRA style
Rosetta Code contributors, 'Curve that touches three points', Rosetta Code, 30 June 2024, 12:40 UTC, <https://rosettacode.org/wiki/Curve_that_touches_three_points?oldid=365884> [accessed 19 September 2024]
Chicago style
Rosetta Code contributors, "Curve that touches three points," Rosetta Code, https://rosettacode.org/wiki/Curve_that_touches_three_points?oldid=365884 (accessed September 19, 2024).
CBE/CSE style
Rosetta Code contributors. Curve that touches three points [Internet]. Rosetta Code; 2024 Jun 30, 12:40 UTC [cited 2024 Sep 19]. Available from: https://rosettacode.org/wiki/Curve_that_touches_three_points?oldid=365884.
Bluebook style
Curve that touches three points, https://rosettacode.org/wiki/Curve_that_touches_three_points?oldid=365884 (last visited September 19, 2024).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Curve that touches three points --- Rosetta Code{,} ", year = "2024", url = "https://rosettacode.org/wiki/Curve_that_touches_three_points?oldid=365884", note = "[Online; accessed 19-September-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 = "Curve that touches three points --- Rosetta Code{,} ", year = "2024", url = "\url{https://rosettacode.org/wiki/Curve_that_touches_three_points?oldid=365884}", note = "[Online; accessed 19-September-2024]" }