Skip to main content
Module

x/simplestatistics/src/bisect.js

simple statistics for node & browser javascript
Latest
import * as simplestatistics from "https://deno.land/x/simplestatistics@v7.8.3/src/bisect.js";

Functions

Bisection method is a root-finding method that repeatedly bisects an interval to find the root.