scipy.sparse.csc_matrix.

arcsin#

csc_matrix.arcsin()[source]#

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

Returns:
arcsinsparse array / matrix

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