Skip to content

Latest commit

 

History

History
86 lines (81 loc) · 1.16 KB

File metadata and controls

86 lines (81 loc) · 1.16 KB

Element-wise functions

Element-wise functions applied to input array(s) produce an output array of respective function values computed for every element of input array(s).

.. currentmodule:: dpnp.tensor

.. autosummary::
    :toctree: generated
    :template: autosummary/elementwise.rst

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