-
Need to implement following function in mathematical module
### Trigonometric functions
- [x] sin(x, /[, out, where, casting, order, ...]) Trigonometric sine, element-wise.
- [x] cos(x, /[, ou…
shssf updated
1 month ago
-
Basic math
- [ ] erf
- [ ] erfc (complementary error function 1 - erf, useful for better accuracy)
- [ ] beta function
- [ ] zeta function?
Float
- [x] is_infinite
- [x] is_nan
- [x] frac (f…
-
Add [Mathematical functions](https://numpy.org/doc/stable/reference/routines.math.html#) to Numpy frontend:
\_
>Please keep in mind that the proper way to link an issue to this list is to comm…
-
There is a list at https://numpy.org/doc/stable/reference/routines.math.html
- ~Trigonometric functions~
- ~Hyperbolic functions~
- [ ] Rounding (should be straightforward in many cases)
- [ …
-
For the mathematical module, there are a very limited no of complex number functions.
Planning on adding the following functions:
1. Normalize a complex number
2. Find the nth roots of a complex nu…
-
## 🌟 Feature Overview
Implement interactive graphing functionality that allows users to create and visualize mathematical functions using the Plotly library. Users will be able to input one or more f…
-
https://www.postgresql.org/docs/current/functions-math.html
Make sure to test special values: `-inf`, `inf`, `nan` for decimal / real / double, and `-0` for real / double.
proto ExprType 213, 21…
-
### Link to the coursework
https://codeinplace.stanford.edu/public/studenthome
### Why are we doing this?
Get introduced to Python. Learn about the print and input statements. Also learn ab…
-
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…
-
**Link:** https://wg21.link/p0226r1
Subtasks:
- [ ] [sf.cmath.assoc.laguerre](https://wg21.link/sf.cmath.assoc.laguerre) `std::assoc_laguerre`
- [ ] [sf.cmath.assoc.legendre](https://wg21.link/sf…
cjdb updated
2 months ago