https://github.com/timoanttila/php-prime-number
Let's play with primary numbers.
https://github.com/timoanttila/php-prime-number
php php-test php-testing
Last synced: 2 months ago
JSON representation
Let's play with primary numbers.
- Host: GitHub
- URL: https://github.com/timoanttila/php-prime-number
- Owner: timoanttila
- Created: 2022-02-18T09:17:59.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-18T09:36:00.000Z (over 3 years ago)
- Last Synced: 2025-01-20T09:47:11.650Z (4 months ago)
- Topics: php, php-test, php-testing
- Language: PHP
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PHP Prime Number
If the number is primary, add the numbers starting from one, if the number is less than two, return zero and otherwise minus one.