mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-12 02:08:40 +00:00
9 lines
114 B
PHP
9 lines
114 B
PHP
class Integer implements Number {
|
|
public function isPrime() {
|
|
|
|
}
|
|
|
|
public function getIntegerFactorization() {
|
|
|
|
}
|
|
} |