/** * Copyright (c) 2017-2019 mol* contributors, licensed under MIT, See LICENSE file for more info. * * @author David Sehnal * @author Alexander Rose */ export declare const EPSILON = 0.000001; export declare function equalEps(a: number, b: number, eps: number): boolean;