-
Trigonometric functions should be supported at least in a small form. Currently, if you try a trigonometric function such as sin(90) it drops the sin and interperets (90).
I would really appreciate t…
-
From my understanding, WebAssembly does not provide built in functions for trigonometry.
And as a consequence, the performance of such functions when porting from C++ (with Emscripten using musl impl…
-
Sin, Cos, Tan, Cot, Sec, Cosec should be added for BigFloat.
-
Sine and cosine are not implemented, as you state in the [paper](https://arxiv.org/abs/2212.11429):
> For example, we do not currently have a way to compute sharp Taylor enclosures for periodic fu…
-
I would like to be able to use inverse trigonometric functions in .dop files. The following functions are requested:
arcsin
arccos
arctan
Alternative names for these functions should also be available…
-
I would like to calculate the distance between 2 points using the **haversine formula** as described on following page:
* https://www.movable-type.co.uk/scripts/latlong.html
In order to do so I …
-
It seems like arc functions and hyperbolic functions are lacking, which is a bit limiting. Having these would make it almost as feature-rich as `f64`.
-
definitely in the matrix algebra. also wherever possible. but at least for matrices.
-
Currently, tables containing special values of trigonometric and inverse trigonometric functions are scattered across multiple locations within the codebase. Examples include:
- `sympy.functions.el…
-
Hi, I like your library, but I cannot find any information about precision guarantees.
In my program, I need a precomputed lookup table of some angles. Before I discovered your library I computed t…