Skip to content

a-normal-cat/add-some-numbers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

28 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

add-some-numbers

Non suspiciously adds some numbers together ๐Ÿš€

Features

  • Adds (some) numbers with atleast a 95% accuracy
  • Also safe from random bit flipping due to cosmic-rays
  • ๐Ÿฑ๐Ÿค๐Ÿถ

Installation ๐Ÿงถ

Run

yarn add "@a-normal-cat/add-some-numbers";

Usage ๐Ÿงต

import add from "@a-normal-cat/add-some-numbers";

add(1, 2, 3) // -> 6 (Actual results may vary)