Method | Description | |
---|---|---|
Main ( ) : void | ||
combine ( int a, int b ) : long | ||
summations ( int remainder, int i ) : long |
public static combine ( int a, int b ) : long | ||
a | int | |
b | int | |
return | long |
public static summations ( int remainder, int i ) : long | ||
remainder | int | |
i | int | |
return | long |