Difference between revisions of "N-th root"
From JSXGraph Wiki
Jump to navigationJump to searchA WASSERMANN (talk | contribs) |
A WASSERMANN (talk | contribs) |
||
Line 12: | Line 12: | ||
name:'Math.pow(x, 1/3) - 1', | name:'Math.pow(x, 1/3) - 1', | ||
strokeColor: 'red', | strokeColor: 'red', | ||
− | label: {position: ' | + | label: {position: 'rt', offset:[-50,0]} |
}); | }); | ||
</jsxgraph> | </jsxgraph> |