Universal Math Functions ======================== All this function accept ``undarrays`` as input, as well as ``numpy.ndarrays``, as well as plain Python data structures. Everything ``array_like`` will be converted to an ``undarray`` and be processed further. .. automodule:: upy.umath Power functions --------------- .. autofunction:: upy.pow .. autofunction:: upy.sqrt Logarithmic functions --------------------- .. autofunction:: upy.log .. autofunction:: upy.log10 .. autofunction:: upy.exp Trigonometric functions ----------------------- .. autofunction:: upy.sin .. autofunction:: upy.cos .. autofunction:: upy.tan .. autofunction:: upy.arcsin .. autofunction:: upy.arccos .. autofunction:: upy.arctan .. autofunction:: upy.arctan2