mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
[Calculator] Allow more functions to be used
This commit is contained in:
parent
2c965b1800
commit
c3cf3d9e7e
1 changed files with 1 additions and 0 deletions
|
|
@ -19,6 +19,7 @@ namespace Flow.Launcher.Plugin.Caculator
|
|||
@"sin|cos|tan|arcsin|arccos|arctan|" +
|
||||
@"eigval|eigvec|eig|sum|polar|plot|round|sort|real|zeta|" +
|
||||
@"bin2dec|hex2dec|oct2dec|" +
|
||||
@"factorial|sign|isprime|isinfty|" +
|
||||
@"==|~=|&&|\|\||" +
|
||||
@"[ei]|[0-9]|[\+\-\*\/\^\., ""]|[\(\)\|\!\[\]]" +
|
||||
@")+$", RegexOptions.Compiled);
|
||||
|
|
|
|||
Loading…
Reference in a new issue