-
The mathematical library doesn't contain such functions as erf or lgamma (they are required by C99 standard). E.g. such program doesn't compile. The functions prototypes are present in the header file…
-
The other week, I noticed some minor issues in the core library math functions added for Metal support. (powr(), fmax(), fmax3()) @JayKwak_NV who introduced the math functions in https://github.com/sh…
-
Saw that this project existed and would happy to contribute some special math function implementations. I already have some working methods in a personal repo that I can port into this library. Some o…
-
It seems ClickHouse has no mathematical functions `min(x)` and `max(x)` which return for a given x of type `(U)Int*`, `Float*` or `Decimal*` the respective minimum and maximum value of the data type a…
-
Hello, at v7c step in chapter math, some functions references are broken.
```go
func simpleTime(hours, minutes, seconds int) time.Time {
return time.Date(312, time.October, 28, hours, minutes, s…
-
## What problem does this solve or what need does it fill?
Say I have a child entity from an entity with a non zero translation.
If I call look_at on the child's transform, then it will no correctly …
-
We sometimes need to know the pitch diameter of a sprocket or pulley when we're converting from rotational motion to linear motion (like in the offseason elevator).
It would be nice to have functi…
-
### Reason/inspiration (optional)
We would like a new term entry on the `.deg2rad()` function of the [`math-methods`](https://www.codecademy.com/resources/docs/numpy/math-methods) concept in NumPy, P…
-
This issue is part of the following Google Summer of Code 2024 project: https://summerofcode.withgoogle.com/programs/2024/projects/1vPVUj93.
- [ ] `acosf16`
- [ ] `acoshf16`
- [ ] `acospif16`
- …
-
## Enhancement request:
**TL;DR:** Check for more random call centering bias like that of #2425
### What needs verification
In #2426, a call to `math.sqrt` to wrap the random call seems to fix …