What I'm looking for are archives of math formulas organized by topic or purpose etc. Basically an online library of math functions.
For instance, I'm currently working on a project where I have a range from 0 to 2^32
and I need a formula to divide this range consecutively from 1 to n
so that for each step, every 1 to n
accounts for a close to even floor interval. Basically, think of a load balancing problem where you have 1 to n
nodes, and as you add and remove nodes, each node accounts for an even amount of the range (approximately).
Anyway, you don't have to answer the question in the 2nd paragraph. What I'm looking for is a source where I could do a search on my description and find a formula that matches. Other helpful resources for this (other than a math degree) are welcome.