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));
  }

Top categories

Loading Svelte Themes