stla

Results 73 issues of stla

Hello, I 've done that, if you're interested in including it in the package: ```python from gmpy2 import mpz, mpq from math import floor def contfrac(x, n=10): """ Continued fraction...

Hello, Thank you for the syntax highlighting for POV-Ray. We would also appreciate the syntax highlighting for Asymptote. Cheers.

Hello, Thanks to `rget` and `rput`, we don't need to import `view` and `set` from the `Lens.Family` module. The function `over` from `Lens.Family` is useful too. Is there an equivalent...

Hello, Thank you for this repo, it is nice. It seems to me you never mention the [splines](https://splines.readthedocs.io/en/latest/rotation/index.html) Python library. It provides several types of quaternions interpolation. In particular, there...

This is a V8 engine for knitr. An example of use is given [here](https://gist.githubusercontent.com/stla/bdace4f6929f83cf81d0/raw/c4ef84732845b0f31bb75e2e2ce0473afccce2ee/V8engine_Eample.Rmd). It works, but there are surely many things to improve (I don't master the knitr machinery).

Hello, I solved my problem by using EPICK instead of EPECK. See [here](https://stackoverflow.com/q/75208029/1100107) and [here](https://github.com/CGAL/cgal/discussions/7179).

Has Pull Request
CGAL I/O

Hello, The code is here: . It contains: ```cpp std::cerr

Hello, With version 5.4 I was able to read a PLY/OFF file directly in an EPECK mesh. Now with 5.5.2 this crashes the session. So I changed my code, the...

Pkg::Number_types
CGAL I/O

Hello, Haskell has very nice [functions for hash maps](https://hackage.haskell.org/package/containers-0.6.6/docs/Data-Map-Strict.html). For example: ```r getWithDefault

Hello, I don't know whether this is possible (it is in Haskell) nor whether this would fit the scope of this library but infinite random sequences would be a nice...