Function | Description |
---|---|
series_abs | Returns the absolute value of a series. |
series_acos | Returns the inverse cosine (arccos) of a series. |
series_asin | Returns the inverse sine (arcsin) of a series. |
series_atan | Returns the inverse tangent (arctan) of a series. |
series_greater | Returns the elements of a series that are greater than a specified value. |
series_greater_equals | Returns the elements of a series that are greater than or equal to a specified value. |
series_less | Returns the elements of a series that are less than a specified value. |
series_less_equals | Returns the elements of a series that are less than or equal to a specified value. |
series_not_equals | Returns the elements of a series that are not equal to a specified value. |