<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@easyops-cn/brick-next-pipes](./brick-next-pipes.md) &gt; [divide](./brick-next-pipes.divide.md)

## divide() function

数学除法。

 Mathematics

**Signature:**

```typescript
export declare function divide(value: number, operand: number): number;
```

## Parameters

|  Parameter | Type | Description |
|  --- | --- | --- |
|  value | number | 被除数。 |
|  operand | number | 除数。 |

**Returns:**

number

商。

