scipy.sparse.csc_array.

arctan#

csc_array.arctan()[source]#

Element-wise arctan. See numpy.arctan for more information.

Returns:
arctansparse array / matrix

Result of applying numpy.arctan to the data of this sparse matrix.