public class ComputingBox
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static double |
add(double a,
double b)
This function computes the addition of two doubles
|
static double |
whatAmIComputing(double x)
This function computes something that is indeterminate for now and you
should try to guess what.
|
static double |
whatIsMyUse(double a,
double b)
This function computes something that is indeterminate for now and you
should try to guess what.
|
public static double add(double a, double b)
a
- is a doubleb
- is a doublepublic static double whatIsMyUse(double a, double b)
a
- is a doubleb
- is a doublepublic static double whatAmIComputing(double x)
x
- is a double