sphere-radius-to-volume
Take a radius and return the volume of a sphere
npm i sphere-radius-to-volume
const radiusToVolume = require("sphere-radius-to-volume");
const r10 = radiusToVolume(10);
console.log(r10)
//=> 4188....
Take a radius and return the volume of a sphere
npm i sphere-radius-to-volume
const radiusToVolume = require("sphere-radius-to-volume");
const r10 = radiusToVolume(10);
console.log(r10)
//=> 4188....
npm i sphere-radius-to-volume
1
1.0.1
MIT
2.12 kB
5