@tubular/math
Version:
Miscellaneous math functions
7 lines • 413 B
TypeScript
export * from './math';
export { Angle, convertFromRadians, convertToRadians, FMT_DD, FMT_DDD, FMT_HH, FMT_MINS, FMT_SECS, FMT_SIGNED, Mode, Unit } from './angle';
export { MinMaxFinder } from './min-max-finder';
export { SphericalPosition } from './spherical-position';
export { SphericalPosition3D } from './spherical-position-3d';
export { ZeroFinder } from './zero-finder';
//# sourceMappingURL=index.d.ts.map