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: 6 January 2025 02:08 UTC
- Date retrieved: 29 April 2025 11:20 UTC
- Permanent URL: https://rosettacode.org/wiki/Curve_that_touches_three_points?oldid=375244
- Page Version ID: 375244
Citation styles for Curve that touches three points
APA style
Curve that touches three points. (2025, January 6). Rosetta Code. Retrieved 11:20, April 29, 2025 from https://rosettacode.org/wiki/Curve_that_touches_three_points?oldid=375244.
MLA style
"Curve that touches three points." Rosetta Code. 6 Jan 2025, 02:08 UTC. 29 Apr 2025, 11:20 <https://rosettacode.org/wiki/Curve_that_touches_three_points?oldid=375244>.
MHRA style
Rosetta Code contributors, 'Curve that touches three points', Rosetta Code, 6 January 2025, 02:08 UTC, <https://rosettacode.org/wiki/Curve_that_touches_three_points?oldid=375244> [accessed 29 April 2025]
Chicago style
Rosetta Code contributors, "Curve that touches three points," Rosetta Code, https://rosettacode.org/wiki/Curve_that_touches_three_points?oldid=375244 (accessed April 29, 2025).
CBE/CSE style
Rosetta Code contributors. Curve that touches three points [Internet]. Rosetta Code; 2025 Jan 6, 02:08 UTC [cited 2025 Apr 29]. Available from: https://rosettacode.org/wiki/Curve_that_touches_three_points?oldid=375244.
Bluebook style
Curve that touches three points, https://rosettacode.org/wiki/Curve_that_touches_three_points?oldid=375244 (last visited April 29, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Curve that touches three points --- Rosetta Code{,} ", year = "2025", url = "https://rosettacode.org/wiki/Curve_that_touches_three_points?oldid=375244", note = "[Online; accessed 29-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 = "Curve that touches three points --- Rosetta Code{,} ", year = "2025", url = "\url{https://rosettacode.org/wiki/Curve_that_touches_three_points?oldid=375244}", note = "[Online; accessed 29-April-2025]" }