Sky126
Sky126
Optimize sample-fn to make the curve smoother  ``` #let sample-fn3(fn, domain, samples, sample-at: ()) = { assert(samples + sample-at.len() >= 2, message: "You must at least sample 2 values")...
### 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...
 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)...