Skip to content

Commit

Permalink
Implement Beep()
Browse files Browse the repository at this point in the history
  • Loading branch information
axkr committed Dec 13, 2020
1 parent d3200ef commit 939f6de
Show file tree
Hide file tree
Showing 6 changed files with 1,191 additions and 1,180 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ public final class FunctionDefinitions {
private static class Initializer {

private static void init() {
Beep.setEvaluator(new org.matheclipse.core.reflection.system.Beep());
ComplexExpand.setEvaluator(new org.matheclipse.core.reflection.system.ComplexExpand());
D.setEvaluator(new org.matheclipse.core.reflection.system.D());
Derivative.setEvaluator(new org.matheclipse.core.reflection.system.Derivative());
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,7 @@ public class AST2Expr {
"BaseDecode",
"BaseEncode",
"BaseForm",
"Beep",
"Begin",
"BeginPackage",
"BeginTestSection",
Expand Down
Loading

0 comments on commit 939f6de

Please sign in to comment.