Difference between revisions of "Cosine"
From JSXGraph Wiki
Jump to navigationJump to searchBookofproofs (talk | contribs) |
Bookofproofs (talk | contribs) |
||
Line 33: | Line 33: | ||
var x1 = brd1.create('segment',[x,y],{visible:true, straightFirst:false,straightLast:false,strokeColor:'red'}); | var x1 = brd1.create('segment',[x,y],{visible:true, straightFirst:false,straightLast:false,strokeColor:'red'}); | ||
x.on('drag', function(){ transform(x);}); | x.on('drag', function(){ transform(x);}); | ||
+ | console.log("test1"); | ||
var f = brd1.create('functiongraph',[function(x){ | var f = brd1.create('functiongraph',[function(x){ | ||
return Math.cos(x); | return Math.cos(x); |
Revision as of 15:43, 5 March 2016
Complex Plane | Cosine Graph |