Skip to main content
variable radsToDegrees
import { radsToDegrees } from "https://deno.land/x/30_seconds_of_typescript@v1.0.1/util.ts";

Converts an angle from radians to degrees.

Use Math.PI and the radian to degree formula to convert the angle from radians to degrees.

type

(rad: number) => unknown