Our Sponsors



Download BioinformaticsOnline(BOL) Apps in your chrome browser.






Wire post by Jitendra Narayan

By Jitendra Narayan 4581 days ago
To round a floating-point value to a certain number of decimal places: $rounded = sprintf("%.2f", $unrounded); #Tipsoftheday #Perl