]> rtime.felk.cvut.cz Git - edu/osp-wiki.git/commitdiff
(no commit message)
authorsazonsta <sazonsta@web>
Sun, 2 Mar 2014 13:51:21 +0000 (14:51 +0100)
committerOSP robot <osp@rtime.felk.cvut.cz>
Sun, 2 Mar 2014 13:51:21 +0000 (14:51 +0100)
student/sazonsta/index.mdwn

index b354533f02cb43c86acbbf089f117600e95145c8..28619f77938db7870b39db85224d56dec55abdcf 100644 (file)
@@ -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:
 
 <pre>
-“R=5;(4/3)Math.PIMath.pow(R,3)” = <b>523.59</b>
-“Math.sin(Math.PI/4)”           = <b>0.71</b>
+“R=5;(4/3)*Math.PI*Math.pow(R,3)” = <b>523.59</b>
+“Math.sin(Math.PI/4)”             = <b>0.71</b>
 </pre>
 
 and so on