N-th root: Difference between revisions

From JSXGraph Wiki
No edit summary
No edit summary
Line 12: Line 12:
         name:'Math.pow(x, 1/3) - 1',  
         name:'Math.pow(x, 1/3) - 1',  
         strokeColor: 'red',
         strokeColor: 'red',
         label: {position: 'rt', offset:[-50,0]}
         label: {position: 'rt', offset:[-100,0]}
     });
     });
</jsxgraph>
</jsxgraph>

Revision as of 11:49, 2 April 2020

1234−1−2−3−41234−1−2−3−4
nthroot(x,3)
cbrt(x)+1
Math.pow(x, 1/3) - 1

The underlying JavaScript code