mirror of
https://github.com/PaddiM8/kalker.git
synced 2024-12-13 18:10:42 +01:00
Added gamma function.
This commit is contained in:
parent
a35bcc054a
commit
8d2e0b092b
@ -89,12 +89,13 @@ struct RLHelper {
|
||||
impl Helper for RLHelper {}
|
||||
|
||||
const COMPLETION_FUNCS: phf::Map<&'static str, &'static str> = phf::phf_map! {
|
||||
"sqrt" => "√",
|
||||
"ceil" => "⌈⌉",
|
||||
"deg" => "°",
|
||||
"floor" => "⌊⌋",
|
||||
"ceil" => "⌈⌉",
|
||||
"(" => "()",
|
||||
"gamma" => "Γ",
|
||||
"sum" => "Σ()",
|
||||
"sqrt" => "√",
|
||||
"(" => "()",
|
||||
};
|
||||
|
||||
impl Completer for RLHelper {
|
||||
|
Loading…
Reference in New Issue
Block a user