Skip to main content
Module

x/collatz/src/FailedSaneParameterCheck.ts>FailedSaneParameterCheck

Functions related to the Collatz/Syracuse/3N+1 problem.
Latest
class FailedSaneParameterCheck
extends Error
import { FailedSaneParameterCheck } from "https://deno.land/x/collatz@javascript-v1.2.0/src/FailedSaneParameterCheck.ts";

FailedSaneParameterCheck

Constructors

new
FailedSaneParameterCheck(message: SaneParameterErrMsg)

Construct a FailedSaneParameterCheck with a message associated with the provided enum.