Skip to main content
Module

x/simplestatistics/index.js>approxEqual

simple statistics for node & browser javascript
Latest
function approxEqual
import { approxEqual } from "https://deno.land/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.