Skip to content

Latest commit

 

History

12 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

number-stats-web

A small Node.js CLI that prints statistics about a given number.

Usage

Run with npm script:

npm run dev -- 42

Or directly:

node src/index.js 3.14

Features

  • Detects integer vs float
  • Positive / negative / zero
  • Even / odd (integers)
  • Factors and prime factors
  • Prime test (integers)
  • Classification: perfect / abundant / deficient
  • Digit statistics

About

Enter an integer and the program will print a collection of statistics about it

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages