sphere-radius-to-volume
v1.0.1
Published
Take a radius and return the volume of a sphere
Downloads
1
Readme
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....