mirror of
https://github.com/PaddiM8/kalker.git
synced 2025-03-05 16:51:11 +01:00
Added gamma function.
This commit is contained in:
parent
a35bcc054a
commit
8d2e0b092b
@ -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