Skip to main content
Module

x/simplestatistics/src/approx_equal.js>default

simple statistics for node & browser javascript
Latest
function default
import { default } from "https://deno.land/x/simplestatistics@v7.8.3/src/approx_equal.js";

Approximate equality.

Parameters

actual

The value to be tested.

expected

The reference value.

optional
tolerance = [UNSUPPORTED]

The acceptable relative difference.