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));
}| Name | Name | Last commit date | ||
|---|---|---|---|---|
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));
}