JavaScript 数値演算 新しいページはコチラ

提供: yonewiki
移動: 案内, 検索
(対数・指数函数 log/exp)
(対数・指数函数 log/exp)
765行: 765行:
 
     ctx.lineTo(205, i);
 
     ctx.lineTo(205, i);
 
     ctx.stroke();
 
     ctx.stroke();
 +
  }
 +
  for(var i = 0.1;i < 200;i += 0.1){
 +
    ctx.beginPath();
 +
    ctx.moveTo(200 + i, 200 - (-1 * Math.exp(i-0.1)));
 +
    ctx.lineTo(200 + i, 200 - (-1 * Math.exp(i)));
 +
    ctx.stroke();
 +
 
   }
 
   }
 
/*
 
/*

2016年4月7日 (木) 00:00時点における版



個人用ツール
名前空間

変種
操作
案内
ツールボックス