UNPKG

surveybuilder

Version:

Build surveys in the most advanced, flexable, and more moderated way, for all users to build and see.

5 lines (2 loc) 116 B
module.exports.area = radius => Math.PI*radius*radius; module.exports.perimeter = radius => 2*Math.PI*radius;