zonopy.sin

Contents

zonopy.sin#

zonopy.sin(zpset: IType | PZType | BPZType, order: int = 6) IType | PZType | BPZType[source]#

Sine function

This function computes the sine function for zonopy continuous set types. The order of the Taylor expansion can be specified. The default is 6.

Parameters:
  • zpset – The set to compute the sine function for.

  • order – The order of the Taylor expansion.

Returns:

The result of the sine function for the set.