Skip to the content.

Home > @easyops-cn/brick-next-pipes > round

round() function

获取一个数值的近似值。

Mathematics

Signature:

export declare function round(n: number, precision?: number): number;

Parameters

Parameter Type Description
n number 数值。
precision number 精度。

Returns:

number

近似值。

Remarks

透传调用 _.round