Skip to content

tommica/Php-GoalSeekSimple

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Php-GoalSeekSimple

This is a port of: https://github.com/adam-hanna/goal-seek

Usage:

composer require tommica/php-goalseeksimple
<?php

use Tommica\GoalSeekSimple;

function calculate($x, $y, $z) {
    return $x * $y * $z;
}

$result = GoalSeekSimple::Solve(
    'calculate',
    array(1, 9, 19),
    0,
    200,
    1,
    684,
    0
);

echo $result; // 4

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages