Enivex
Enivex
Here's another solution with a show rule, making you able to reference footnotes like anything else. ``` #show ref: it => { let el = it.element if el != none...
Ideally we should have a more organized way of selecting the paper sizes, akin to how codex works.
For consistency the names should be `norm2` and `normp` no? It looks strange when the number goes on the end of one and the beginning of the other. Not to...
> > For consistency the names should be `norm2` and `normp` no? It looks strange when the number goes on the end of one and the beginning of the other....
I now seem to remember a similar discussion for the root function. Something about not wanting a named parameter because of `set`. @laurmaedje
> I do not recall such a thing. Named parameters should be fine. Maybe I hallucinated it. Upon further inspection there are even existing functions with named parameters.
I don't know rust, so excuse me if I misread the code: - You need to take absolute values before doing powers (unless p is an even integer). - You...
> > I do not recall such a thing. Named parameters should be fine. > > Maybe I hallucinated it. Upon further inspection there are even existing functions with named...
I don't know Rust, so I can't speak to the quality of the PR, but as long as you took my previous comments into account, then I'm happy.
> I'm not super happy with the amount of manual abs and em juggling that is going on here. This is pretty much the only calc function that operates on...