Java tutorial
//package com.java2s; public class Main { private static double sin(double d) { return Math.sin(d); } }