Search found 1 match
- Mon Dec 18, 2006 4:34 pm
- Forum: PHP - Code
- Topic: Help writing a math function
- Replies: 2
- Views: 316
Help writing a math function
Hopefully someone can help me: I need to write a function that can be passed a value1 and an array containing multiple numerical values. the function then needs to be able to determine which values in the array when summed together equal the value1 passed to it. so i guess the function could return ...