hello
does anyone knows how to defind the number pie(3.14) in java.
i need to calculate a circle plot (pie*radius*radius)
thanks for your help.
Printable View
hello
does anyone knows how to defind the number pie(3.14) in java.
i need to calculate a circle plot (pie*radius*radius)
thanks for your help.
thanks
Math.pi ... it is a static field of the java.lang.Math class