I want to know, how I can define function for example:
double add(int v1, int v2, float v3) { return (v1 + v2 + v3); }
but this has lim