mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-07-05 16:26:47 +08:00
@ -2,7 +2,7 @@
|
||||
* This class represents a circle and can calculate it's perimeter and area
|
||||
* https://en.wikipedia.org/wiki/Circle
|
||||
* @constructor
|
||||
* @param {number} radius - The radius of the circule.
|
||||
* @param {number} radius - The radius of the circle.
|
||||
*/
|
||||
export default class Circle {
|
||||
constructor (radius) {
|
||||
|
Reference in New Issue
Block a user