IntelPython / dpnp

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

Mathematical functions #96

Open shssf opened 4 years ago

shssf commented 4 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 6 months ago

dpnp.logaddexp is added by #1561

antonwolfy commented 6 months ago

dpnp.rint is added by #1537

antonwolfy commented 5 months ago

dpnp.signbit is added by #1535

antonwolfy commented 5 months ago

dpnp.angle is added by #1650

antonwolfy commented 5 months ago

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

antonwolfy commented 5 months ago

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

antonwolfy commented 5 months ago

dpnp.clip is added by #1645