1rm 中文文档教程

发布于 10年前 浏览 22 项目主页 更新于 3年前

1rm.js

使用各种公式估算 JS 中的一次最大提升

Setup

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

Formulas

API

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

量>编号)。 对于浏览器使用,请确保解析您的数字输入。 不支持数字字符串。

Example

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

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...
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文