molstar
Version:
A comprehensive macromolecular library.
9 lines (8 loc) • 341 B
TypeScript
/**
* Copyright (c) 2017-2019 mol* contributors, licensed under MIT, See LICENSE file for more info.
*
* @author David Sehnal <david.sehnal@gmail.com>
* @author Alexander Rose <alexander.rose@weirdbyte.de>
*/
export declare const EPSILON = 0.000001;
export declare function equalEps(a: number, b: number, eps: number): boolean;