Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gematria

Simple gematria app

Hosted at https://gematria-pi.vercel.app/

  function f(x) {
    return parseInt(Math.pow(10,
      Math.floor((x - 1) / 9)) * (((x - 1) % 9) + 1));
  }

About

Simple gematria app

Topics

Resources

Stars

4 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages