asin

Syntax

asin(X)

Parameters

X is a scalar/vector/matrix/table.

Details

The inverse sine (arcsine) function.

DolphinDB sine and TA-Lib ASIN are mathematically identical in semantic meaning. The difference is that TA-Lib’s ASIN is a Math Transform function whose inputs and outputs are primarily one-dimensional arrays, whereas DolphinDB’s sine can operate on scalars, vectors, matrices, or tables, and preserves the structure of the input data.