Skip to content

Commit 848b15a

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 99d35ad commit 848b15a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

geometry/braik_mac_construction.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
21
"""
32
braikenridge_maclaurin_construction
43
https://mathworld.wolfram.com/ConicSection.html
54
5 Points define a conic section on a 2D normal orthogonal plane using this technique.
65
"""
6+
77
from __future__ import annotations
88
from dataclasses import dataclass, field
99
from numpy import array, linalg

0 commit comments

Comments
 (0)