library y
A intuitive tool for drawing graph.
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
Installation
composer.json
, (*1)
{
"require": {
"ackintosh/Y": "dev-master"
}
}
$ php composer.phar install
Usage
y = x
Ackitnosh\Y::equals()->_X()->output();
, (*2)
y = x + 50
Ackitnosh\Y::equals()->_X()->_plus(50)->output();
, (*3)
y = x^2
Ackitnosh\Y::equals()->_X_squared()->output();
, (*4)
y = 5x^2 - 10
Ackitnosh\Y::equals()->_5X_squared()->minus(10)->output();
, (*5)
Requirements
dev-master
9999999-dev
A intuitive tool for drawing graph.
Sources
Download
MIT
The Requires
The Development Requires
graph