Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

vnumber-check

ankit150923MIT1.0.3

number check library to check nature of number or performer mathematical operations

number-check, ankitChoudhary, vcf, ankit, number, maths, mathematics, number.operation, number.check, operation

readme

vnumper-check

A Javascript Library for number manipulation

- By

1. Ankit Choudhary

2. Himanshu Jangid

Example-1

const vnumber_check = require("vnumber-check")
const input = 12
const output = vnumber_check.isPerfect(12)
console.log(output)

* *****
output : 
false

Example-2

const vnumber_check = require("vnumber-check")
const input = 153
const output = vnumber_check.isArmstrong(153)
console.log(output)

* *****
output : 
true

Example-3

const vnumber_check = require("vnumber-check")
const input = 121
const output = vnumber_check.isPalindrome(121)
console.log(output)

* *****
output : 
true
`
  • This Library one from the collection of libraries created by Vedik Devs in VCF

  • Thank You For Choosing Our Package - From VCF