improve hints
This commit is contained in:
parent
c1c49b4262
commit
d8adbdffb3
@ -262,6 +262,8 @@ pub fn generate_hint(input: &str) -> String {
|
|||||||
"cbrt" => Some("("),
|
"cbrt" => Some("("),
|
||||||
"floo" => Some("r("),
|
"floo" => Some("r("),
|
||||||
|
|
||||||
|
"frac" => Some("t("),
|
||||||
|
|
||||||
_ => None,
|
_ => None,
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -287,6 +289,10 @@ pub fn generate_hint(input: &str) -> String {
|
|||||||
"asi" => Some("n("),
|
"asi" => Some("n("),
|
||||||
"aco" => Some("s("),
|
"aco" => Some("s("),
|
||||||
"ata" => Some("n("),
|
"ata" => Some("n("),
|
||||||
|
"exp" => Some("("),
|
||||||
|
"fra" => Some("ct("),
|
||||||
|
"cbr" => Some("t("),
|
||||||
|
"cei" => Some("l("),
|
||||||
|
|
||||||
_ => None,
|
_ => None,
|
||||||
};
|
};
|
||||||
@ -308,6 +314,9 @@ pub fn generate_hint(input: &str) -> String {
|
|||||||
"at" => Some("an("),
|
"at" => Some("an("),
|
||||||
"ln" => Some("("),
|
"ln" => Some("("),
|
||||||
"fl" => Some("oor("),
|
"fl" => Some("oor("),
|
||||||
|
"sq" => Some("rt("),
|
||||||
|
"ex" => Some("p("),
|
||||||
|
"ce" => Some("il("),
|
||||||
|
|
||||||
_ => None,
|
_ => None,
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user