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_cos | Returns the cosine 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 aren’t equal to a specified value. |
series_sin | Returns the sine of a series. |
series_sum | Returns the sum of a series. |
series_tan | Returns the tangent of a series. |