IntelPython / dpnp

Data Parallel Extension for NumPy
BSD 2-Clause "Simplified" License
95 stars 21 forks source link

Mathematical functions #96

Open shssf opened 3 years ago

shssf commented 3 years ago

Need to implement following function in mathematical module

Trigonometric functions

Hyperbolic functions

Rounding

Sums, products, differences

Exponents and logarithms

Other special functions

Floating point routines

Arithmetic operations

Handling complex numbers

Extrema Finding

Miscellaneous

antonwolfy commented 1 month ago

dpnp.logaddexp is added by #1561

antonwolfy commented 1 month ago

dpnp.rint is added by #1537

antonwolfy commented 1 month ago

dpnp.signbit is added by #1535

antonwolfy commented 1 month ago

dpnp.angle is added by #1650

antonwolfy commented 1 month ago

dpnp.real and dpnp.imag are added by #1557

antonwolfy commented 1 month ago

dpnp.conj and dpnp.conjugate are added by #1519

antonwolfy commented 1 month ago

dpnp.clip is added by #1645