Prime
in package
FinalYes
Legacy prime-number helper.
Included for historical compatibility only. The Game API is out of support and should not be used in new code.
Tags
Table of Contents
Methods
- getPrimeList() : array<string|int, mixed>
- isPrime() : bool
Methods
getPrimeList()
public
static getPrimeList(mixed $size) : array<string|int, mixed>
Parameters
- $size : mixed
Return values
array<string|int, mixed>isPrime()
public
static isPrime(mixed $num) : bool
Parameters
- $num : mixed