UNPKG

venny

Version:

Declarative Venn diagrams

5 lines (4 loc) 266 B
import { LayoutParameter } from '../interfaces'; /** finds the zeros of a function, given two starting points (which must * have opposite signs */ export declare function bisect(f: (x: number) => number, a: number, b: number, parameters?: LayoutParameter): number;