Here you can find the source of round(Double ret, Integer doublePrecision)
public static Object round(Double ret, Integer doublePrecision)
//package com.java2s; //License from project: Open Source License public class Main { public static Object round(Double ret, Integer doublePrecision) { return null; }//from www .jav a 2 s .co m }