Skip to content

Commit 996fb08

Browse files
authored
Merge pull request #2473 from NoPlagiarism/calc_add_funcs
[Calculator] Allow more functions to be used
2 parents 03bf15f + c3cf3d9 commit 996fb08

File tree

1 file changed

+1
-0
lines changed
  • Plugins/Flow.Launcher.Plugin.Calculator

1 file changed

+1
-0
lines changed

Plugins/Flow.Launcher.Plugin.Calculator/Main.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ public class Main : IPlugin, IPluginI18n, ISettingProvider
1919
@"sin|cos|tan|arcsin|arccos|arctan|" +
2020
@"eigval|eigvec|eig|sum|polar|plot|round|sort|real|zeta|" +
2121
@"bin2dec|hex2dec|oct2dec|" +
22+
@"factorial|sign|isprime|isinfty|" +
2223
@"==|~=|&&|\|\||" +
2324
@"[ei]|[0-9]|[\+\-\*\/\^\., ""]|[\(\)\|\!\[\]]" +
2425
@")+$", RegexOptions.Compiled);

0 commit comments

Comments
 (0)