I am Creating a Graph Plotting Software in java. As a part of process if the equation is of form of y = Sin(x) * Cos(x)
then in that case the value of y is a decimal valued points. But in Java we are allowed to plot only integer points. Is there any way to plot points in decimal format using any package ???
The Another strategy that can be used is to convert the decimal value into corresponding integer value. But that algorithm won't give me a smooth curve ...
Thanx in Advance...