@a2937/custom-calc 中文文档教程

发布于 6年前 浏览 25 项目主页 更新于 3年前

Node custom calculator

一个支持基本数学运算的小型库 比如加法、减法、乘法、除法、 平方根和历史。

Installation

npm install @a2937/custom-calc

Usage

var calc = require('@a2937/custom-calc');

var product = calc.Multiply(15,4);

输出应该是 60

Tests

npm test

Node custom calculator

A small library that supports basic math operations such as addition, subtraction, multiplication, division, square rooting, and history.

Installation

npm install @a2937/custom-calc

Usage

var calc = require('@a2937/custom-calc');

var product = calc.Multiply(15,4);

Output should be 60

Tests

npm test

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