arithmetic-type/double

View on GitHub
src/trigonometry/index.js

Summary

Maintainability
A
0 mins
Test Coverage
export * from './PI.js';
export * from './atan2.js';
export * from './cos.js';
export * from './sin.js';