stla

Results 306 comments of stla

Yes, perfect. I've done `1/(6*one(tau))` and the test is successful!

Would you know how to update the documentation? The page has been last deployed on July 2022. I don't remember how to trigger the update.

Hmm... would you know where should I add this label?

I see that in the YAML file: ```yaml docs: name: Documentation runs-on: ubuntu-latest if: "contains( github.event.pull_request.labels.*.name, 'preview docs') || github.ref == 'refs/heads/master' || contains(github.ref, 'refs/tags/')" ...... ``` So if I...

The action is triggered but it is finished after 0 second. I'm lost.

Already asked on Discourse :) I also tried to update the YAML file, with no luck.

I've finally managed! The doc is at https://stla.github.io/EllipticFunctions.jl/dev/ (not at https://stla.github.io/EllipticFunctions.jl/)

Done for the Carlson functions.

Thanks. I didn't read yet. I've just tried to replace these formulas in my R package with the "direct" formulas and some unit tests have failed, those related to some...

@simonp0420 I'm lost actually. We have the correct implementation for the nome. If `tau = log(q) / (im*pi) + 2*branch` with `branch != 0`, how can we get the value...