Sky126

Results 3 issues of Sky126

Optimize sample-fn to make the curve smoother ![sample-fn](https://github.com/user-attachments/assets/83e0967f-ca72-400f-a52d-8979d66c3c93) ``` #let sample-fn3(fn, domain, samples, sample-at: ()) = { assert(samples + sample-at.len() >= 2, message: "You must at least sample 2 values")...

:gift: feature

### Description I want to adjust the black equation in the image to make the spacing between the numerator and the fraction line equal to the purple equation’s spacing. How...

feature request
math

![image](https://github.com/user-attachments/assets/ce2f8a7b-d62f-4e29-806d-8cc6792ef8c0) Can the program performance be optimized? There are too many loops. Are the following two pieces of code repeated? ``` for value in line-data { if x-domain-min > value.at(0)...