caps OEIS
This commit is contained in:
parent
5490ccb4b2
commit
446461f5f7
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ const getConst = (letters = String) => {
|
||||||
case "i":
|
case "i":
|
||||||
const_data.push(0.20787957635076190 ** position);
|
const_data.push(0.20787957635076190 ** position);
|
||||||
const_infos[letter] = {
|
const_infos[letter] = {
|
||||||
"oeis": "https://oeis.org/A049006"
|
"OEIS": "https://oeis.org/A049006"
|
||||||
};
|
};
|
||||||
break;
|
break;
|
||||||
case "j":
|
case "j":
|
||||||
|
|
Loading…
Reference in a new issue