From: sazonsta Date: Sun, 2 Mar 2014 13:51:21 +0000 (+0100) Subject: (no commit message) X-Git-Url: http://rtime.felk.cvut.cz/gitweb/edu/osp-wiki.git/commitdiff_plain/e38cdb3e82f0f9f6a97fc0360d694c0903e13015 --- diff --git a/student/sazonsta/index.mdwn b/student/sazonsta/index.mdwn index b354533f..28619f77 100644 --- a/student/sazonsta/index.mdwn +++ b/student/sazonsta/index.mdwn @@ -10,8 +10,8 @@ Assignment I would like to add command into NetBeans IDE (https://netbeans.org/). The clalculator will be shown on the main bar for quick evaluation expressions like:
-“R=5;(4/3)Math.PIMath.pow(R,3)” = 523.59
-“Math.sin(Math.PI/4)”           = 0.71
+“R=5;(4/3)*Math.PI*Math.pow(R,3)” = 523.59
+“Math.sin(Math.PI/4)”             = 0.71
 
and so on