how to work out circumference of a circle from diameter code example
Example 1: circumference of a circle with a radius of 23.56
const number = 23 //or any number you like
Math.floor(number * (2 * Math.PI)
Example 2: how to find circumference of a circle
curcomfrance = pi * radius * 2