Difference between revisions of "Predicting maximal strength"
From JSXGraph Wiki
Jump to navigationJump to searchA WASSERMANN (talk | contribs) |
A WASSERMANN (talk | contribs) |
||
Line 19: | Line 19: | ||
function(){return "repetitions = " + Math.floor(r.X());}]); | function(){return "repetitions = " + Math.floor(r.X());}]); | ||
− | brd.createElement('text',[ | + | brd.createElement('text',[5,1.6, |
function(){return "predicted 1RM = " + (w.Value()*f(Math.floor(r.X()))).toFixed(2);}], | function(){return "predicted 1RM = " + (w.Value()*f(Math.floor(r.X()))).toFixed(2);}], | ||
− | {fontSize:' | + | {fontSize:'32px'}); |
</jsxgraph> | </jsxgraph> |