method Angle.prototype.eqimport { Angle } from "https://deno.land/x/gmath@0.1.12/src/angle.ts"; eq(other: Angle | number): booleanChecks if the angles are equal Checks if the angles are equal Parametersother: Angle | numberReturnsboolean