I was trying to make my own terminal and when I was adding the feature to make your own functions and use them I got this error: EDIT: For everyone looking for help with a similar error, this problem is caused by a function calling itself too many times. That causes an error because python is so far deep into
Tag: stack-overflow
Subset-AVG – Finding a subset of List Which Matches Known Rational Number
I’ve asked this on math overflow and used comments to clarify/overstate my question. I hope it has the intended effect and doesn’t come off as jarring. I’m attempting to find what subset of numbers reach a known average. I have a list of known values, negative and possible decimals. They look something like this {-.32,-.64,-.12,.08,-.54,-.43, …} It’s around 50 numbers