apollonius
Advanced tools
Changelog
[1.2.2] - 2024-11-08
Changelog
[1.2.1] - 2024-10-21
Changelog
[1.2.0] - 2024-10-18
Changelog
[1.1.0] - 2024-10-13
Changelog
[1.0.0] - 2024-10-12
exports.require
module.exports
.The module root is now an object instead of a function. Therefore if you previously const apollonius = require('apollonius')
and then const c = apollonius(c1, c2, c3)
then just switch to const c = apollonius.solve(c1, c2, c3)
.