Skip to content

Latest commit

 

History

History
80 lines (73 loc) · 968 Bytes

elementwise_functions.rst

File metadata and controls

80 lines (73 loc) · 968 Bytes

Element-wise Functions

Array API specification for element-wise functions.

Objects in API

.. currentmodule:: array_api

.. autosummary::
   :toctree: generated
   :template: method.rst

   abs
   acos
   acosh
   add
   asin
   asinh
   atan
   atan2
   atanh
   bitwise_and
   bitwise_left_shift
   bitwise_invert
   bitwise_or
   bitwise_right_shift
   bitwise_xor
   ceil
   clip
   conj
   copysign
   cos
   cosh
   divide
   equal
   exp
   expm1
   floor
   floor_divide
   greater
   greater_equal
   imag
   isfinite
   isinf
   isnan
   less
   less_equal
   log
   log1p
   log2
   log10
   logaddexp
   logical_and
   logical_not
   logical_or
   logical_xor
   multiply
   negative
   not_equal
   positive
   pow
   real
   remainder
   round
   sign
   sin
   sinh
   square
   sqrt
   subtract
   tan
   tanh
   trunc