Module

x/simplestatistics/index.js>approxEqual

simple statistics for node & browser javascript
Latest
function approxEqual
import { approxEqual } from "https://dotland.deno.dev/x/simplestatistics@v7.8.3/index.js";

Approximate equality.

Parameters

actual

The value to be tested.

expected

The reference value.

optional
tolerance = [UNSUPPORTED]

The acceptable relative difference.