UNPKG
libreria_operations
Version:
latest (1.4.0)
1.4.0
1.3.0
1.2.0
1.1.0
1.0.0
basic operations of a calculator
libreria_operations
/
basic-operations
/
vol2.js
4 lines
•
159 B
JavaScript
View Raw
1
2
3
4
module
.
exports
=
function
(
radioEsfera
){
const
radioCuboEsfera = radioEsfera * radioEsfera * radioEsfera;
return
4
/
3
*
3.1416
* radioCuboEsfera; }