Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions doc/reference/math.rst
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ Miscellaneous
dpnp.sqrt
dpnp.cbrt
dpnp.square
dpnp.rsqrt
dpnp.abs
dpnp.absolute
dpnp.fabs
Expand Down
2 changes: 2 additions & 0 deletions doc/reference/ufunc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,10 @@ Math operations
dpnp.log1p
dpnp.proj
dpnp.sqrt
dpnp.cbrt
dpnp.square
dpnp.reciprocal
dpnp.rsqrt
dpnp.gcd
dpnp.lcm

Expand Down
Loading