src/trigonometry/index.js
export * from './PI.js';
export * from './atan2.js';
export * from './cos.js';
export * from './sin.js';

export * from './PI.js';
export * from './atan2.js';
export * from './cos.js';
export * from './sin.js';