Skip to main content
Module

x/simplestatistics/index.js>approxEqual

simple statistics for node & browser javascript
Go to Latest
function approxEqual
import { approxEqual } from "https://deno.land/x/simplestatistics@v7.7.5/index.js";

Approximate equality.

Parameters

actual

The value to be tested.

expected

The reference value.

optional
tolerance = [UNSUPPORTED]

The acceptable relative difference.