PI: *
atan2: *
cos: *
exp: *
pow: *
sin: *
sqrt: *
import {PI} from '@arithmetic-type/double/src/trigonometry/PI.js'
import {atan2} from '@arithmetic-type/double/src/trigonometry/atan2.js'
import {cos} from '@arithmetic-type/double/src/trigonometry/cos.js'
import {exp} from '@arithmetic-type/double/src/exponential/exp.js'
import {pow} from '@arithmetic-type/double/src/exponential/pow.js'
import {sin} from '@arithmetic-type/double/src/trigonometry/sin.js'
import {sqrt} from '@arithmetic-type/double/src/exponential/sqrt.js'