UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

4 lines (3 loc) 178 B
/** finds the zeros of a function, given two starting points (which must * have opposite signs */ export declare function bisect(f: any, a: any, b: any, parameters?: any): any;