function checkPrime
Jump to headingcheckPrime(value: LargeNumberLike,callback: (err: Error | null,result: boolean,) => void,): void
Checks the primality of the candidate
.
Parameters Jump to heading
Jump to headingcallback: (err: Error | null,result: boolean,) => void
Return Type Jump to heading
void
Jump to headingcheckPrime(value: LargeNumberLike,options: CheckPrimeOptions,callback: (err: Error | null,result: boolean,) => void,): void
Parameters Jump to heading
Jump to headingoptions: CheckPrimeOptions
Jump to headingcallback: (err: Error | null,result: boolean,) => void
Return Type Jump to heading
void