Skip to content

A ground-breaking new discovery that will change the face of math forever.

License

Notifications You must be signed in to change notification settings

RFenolio/thirteen

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

thirteen

(13, XIII, 十三, trece, तेरह, ثلاثة عشر, тринадцать, treze, dreizehn, baker's dozen, 11012)

Take any number (or anything that thinks it's a number) and multiply by thirteen.

From Wikipedia:

13 (thirteen /θɜrˈtiːn/) is the natural number following 12 and preceding 14.

In spoken English, the numbers 13 and 30 are often confused. When carefully enunciated, they differ in which syllable is stressed: 13 Listeni/θərˈtiːn/ vs. 30 /ˈθɜrti/. However, in dates such as 1300 ("thirteen hundred") or when contrasting numbers in the teens, such as 13, 14, 15, the stress shifts to the first syllable: 13 /ˈθɜrtiːn/.

Installation

This module is installed via npm:

$ npm install thirteen

Example Usage

var thirteen = require('thirteen');

var thirteenTwice = thirteen(2);
console.log(thirteenTwice) // logs 26, which is thirteen, twice

Tests

grunt test

Contributing

See CONTRIBUTING.MD

About

A ground-breaking new discovery that will change the face of math forever.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%