1rm

1.0.0 • Public • Published

1rm.js

Estimate one rep maximum lifts in JS using a variety of formulas

Setup

$ npm install 1rm
var rm = require('1rm');

Formulas

API

{{method}}(weight, reps) -> Number

Accepts weight and reps both Number and outputs the estimated one rep maximum (also Number). For browser use, make sure to parse your numeric inputs. Numeric strings are not supported.

Example

rm.epley(400, 4) // 453.33...

Readme

Keywords

Package Sidebar

Install

npm i 1rm

Weekly Downloads

2

Version

1.0.0

License

MIT

Last publish

Collaborators

  • bendrucker