We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc7c69f commit 243e456Copy full SHA for 243e456
1 file changed
recipes/Python/Draw Sine Function in PDF/README.md
@@ -17,10 +17,11 @@ curves are used.
17
18
Note that the 'alfa' and 'beta' constants represent values for use as
19
Bezier control points like so:
20
-x-values (written in degrees): [0, 30, 60, 90]
21
-corresponding y-values: [0, alfa, beta, 1]
22
23
-These values have been calculated by the `scipy.interpolate.splrep()` method.
+* x-values (written in degrees): `[0, 30, 60, 90]`
+* corresponding y-values: `[0, alfa, beta, 1]`
+
24
+These values have been calculated using the `scipy.interpolate.splrep()` method.
25
They provide an excellent spline approximation of the sine / cosine
26
functions - please look at SciPy documentation for background.
27
0 commit comments