2017 © Pedro Peláez
 

library math

Helpful tools for Math

image

alustau/math

Helpful tools for Math

  • Wednesday, April 4, 2018
  • by Alustau
  • Repository
  • 1 Watchers
  • 2 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Math

This is a project with goals to help developers., (*1)

Table of Contents

Features

  • Prime Number Calculator

Installation through Composer

$ composer require alustau/math 

Usage

It's easy to use, see to example below:, (*2)


use Math\PrimeNumber; $math = new PrimeNumber(); $math->isPrime(11); // true //add a range from 1 to 100 $math->setNumbers(range(1,100)); $math->getPrimes(); // [2,3,5,7,11,13,17,19,23,29,31,37,41,43,47,53,59,61,67,71,73,79,83,89,97] $math->count();// 25

The Versions

04/04 2018

dev-master

9999999-dev

Helpful tools for Math

  Sources   Download

MIT

The Requires

  • php >=7.0

 

The Development Requires

phpunit php composer jobs math interview

04/04 2018

v1.0

1.0.0.0

Helpful tools for Math

  Sources   Download

MIT

The Requires

  • php >=7.0

 

The Development Requires

phpunit php composer jobs math interview