To the Top

The Intimacy Equation Calculator

Buy Me A Coffee

The Math Equation to Compute how many days before you and the girl are actually together.

The Mathematics Intimacy Equation

Don't take this too seriously. It is just for fun and for your reference. No offences to whoever or whatever!
Based on the Big Data and Machine Learning, this equation will be dynamically tuned with parameters adjusted. Eventually, it will converge to a more accurate model.
the intimacy equation where:

It approximately takes 782.22 days before you can have the 'intimacy' with the girl.

The API (Application Programming Interface)

The API following has a rate-limit 1 call per second.
https://helloacm.com/api/sex-equation/?cached&af=30&lf=7&lm=8&wm=30&sf=2
It will return JSON-encoded data:
{"error":[],"result":5.24}

C/C++ Source Code

float GetDays(int af, int lf, int lm, int wm, int sf) {
    return round(10 * (pow(40 - af, 2) + pow(lf, 3)) / ((lm * lm + wm) * pow(sf + 1, 2)), 2);
}
If $_GET parameter s is not specified, this API will use the $_POST variable s instead.
curl -X POST https://helloacm.com/api/sex-equation/ -d "lf=1" -d "wm=1" -d "lm=2" -d "sf=3" -d "af=30"

Share: List of Many Other Online Tools