why Math.pow API in java is with double arguments, what is the rationale or use of writing with double ?
As caluclating the floats and double involve precision, round off errors etc.. are involved why not there is no separate API to caluclate with integers ?
Why there is no separate method