Documentation

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
author

Daniel Schulz

since
2017-12-28

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
Return values
bool
On this page

Search results