zeta

Contents

zeta#

class brainunit.lax.zeta(x, q, unit_to_scale=None, **kwargs)#

Elementwise Hurwitz zeta function: \(\zeta(x, q)\).

Parameters:
  • x (Array | ndarray | bool | number | bool | int | float | complex | saiunit.Quantity) – First operand. Must be dimensionless or scaled via unit_to_scale.

  • q (Array | ndarray | bool | number | bool | int | float | complex | saiunit.Quantity) – Second operand. Must be dimensionless or scaled via unit_to_scale.

  • unit_to_scale (saiunit.Unit | None) – If provided, inputs are scaled by this unit before applying the function.

Returns:

result – Always unitless.

Return type:

Array