public class scienticFunctions
extends java.lang.Object
Constructor and Description |
---|
scienticFunctions() |
Modifier and Type | Method and Description |
---|---|
static double |
cosine(double y)
A method - find the cosine of a given number
|
double |
sine(double y)
A method - find the sine of a given number by converting it to radians
|
public static double cosine(double y)
y
- a sample parameter for a methodpublic double sine(double y)
y
- a sample parameter for a method