The table summarizes the time series functions available in APL.
FunctionDescription
series_absReturns the absolute value of a series.
series_acosReturns the inverse cosine (arccos) of a series.
series_asinReturns the inverse sine (arcsin) of a series.
series_atanReturns the inverse tangent (arctan) of a series.
series_greaterReturns the elements of a series that are greater than a specified value.
series_greater_equalsReturns the elements of a series that are greater than or equal to a specified value.
series_lessReturns the elements of a series that are less than a specified value.
series_less_equalsReturns the elements of a series that are less than or equal to a specified value.
series_not_equalsReturns the elements of a series that are not equal to a specified value.