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