aerosandbox.numpy.arithmetic_dyadic =================================== .. py:module:: aerosandbox.numpy.arithmetic_dyadic Functions --------- .. autoapisummary:: aerosandbox.numpy.arithmetic_dyadic._make_casadi_types_broadcastable aerosandbox.numpy.arithmetic_dyadic.add aerosandbox.numpy.arithmetic_dyadic.multiply aerosandbox.numpy.arithmetic_dyadic.mod aerosandbox.numpy.arithmetic_dyadic.centered_mod Module Contents --------------- .. py:function:: _make_casadi_types_broadcastable(x1, x2) .. py:function:: add(x1, x2) .. py:function:: multiply(x1, x2) .. py:function:: mod(x1, x2) Return element-wise remainder of division. See syntax here: https://numpy.org/doc/stable/reference/generated/numpy.mod.html .. py:function:: centered_mod(x1, x2) Return element-wise remainder of division, centered on zero. See syntax here: https://numpy.org/doc/stable/reference/generated/numpy.mod.html