MCPcopy Create free account
hub / github.com/TheAlgorithms/JavaScript /

Class

Geometry/Circle.js:7–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5 * @param {number} radius - The radius of the circle.
6 */
7export default class Circle {
8 constructor(radius) {
9 this.radius = radius
10 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected