我在 jsxgraph 中编写函数。为什么不能显示?
var graph = board.create('circle', [
function(x) {
var val = [[0,3/(4*a.Value())],0,2/(4*a.Value())];
return val;
}], {strokeColor: 'green',strokeWidth:3})
代码显示如下链接:
我在 jsxgraph 中编写函数。为什么不能显示?
var graph = board.create('circle', [
function(x) {
var val = [[0,3/(4*a.Value())],0,2/(4*a.Value())];
return val;
}], {strokeColor: 'green',strokeWidth:3})
代码显示如下链接: