2017 © Pedro Peláez
 

library y

A intuitive tool for drawing graph.

image

ackintosh/y

A intuitive tool for drawing graph.

  • Tuesday, July 23, 2013
  • by ackintosh
  • Repository
  • 1 Watchers
  • 0 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

A intuitive tool for drawing graph.

Installation

composer.json, (*1)

{
    "require": {
        "ackintosh/Y": "dev-master"
    }
}
$ php composer.phar install

Usage

y = x

Ackitnosh\Y::equals()->_X()->output();

y=x, (*2)

y = x + 50

Ackitnosh\Y::equals()->_X()->_plus(50)->output();

y=x+50, (*3)

y = x^2

Ackitnosh\Y::equals()->_X_squared()->output();

y=x^2, (*4)

y = 5x^2 - 10

Ackitnosh\Y::equals()->_5X_squared()->minus(10)->output();

y=5x^2-100, (*5)

Requirements

  • PHP 5.3 or greater
  • GD

The Versions

23/07 2013

dev-master

9999999-dev

A intuitive tool for drawing graph.

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

graph