mayhew
v2.0.1
Published
Mayhew's formula for one-rep max
Readme
mayhew
Mayhew's formula for calculating one-repetition maximum.
Example
const mayhew = require('mayhew');
mayhew(100, 10);
// => 130Installation
$ npm install mayhewAPI
const mayhew = require('mayhew');mayhew(weight, reps)
Given Number weight and Number reps, returns Mayhew's one-repetition
maximum as a Number.
