(other: Series | number | Array<number>, options?: { inplace?: boolean })
| 118 | sub(other: Series | number | Array<number>, options?: { inplace?: boolean }): Series | void; |
| 119 | mul(other: Series | number | Array<number>, options?: { inplace?: boolean }): Series | void; |
| 120 | div(other: Series | number | Array<number>, options?: { inplace?: boolean }): Series | void; |
| 121 | pow(other: Series | number | Array<number>, options?: { inplace?: boolean }): Series | void; |
| 122 | mod(other: Series | number | Array<number>, options?: { inplace?: boolean }): Series | void; |
| 123 | mean(): number |
no outgoing calls
no test coverage detected