export * from './math/index';

import * as math from './math/index';

export const BigMath = math;
