Skip to content

ankitchoudhary-vcf/vNumber-Check

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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