Difference between revisions of "Cosine"

From JSXGraph Wiki
Jump to navigationJump to search
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 PlaneCosine Graph