Skip to content

Commit c3cf3d9

Browse files
committed
[Calculator] Allow more functions to be used
1 parent 2c965b1 commit c3cf3d9

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)