We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 18c509f + ffcb631 commit 77a431fCopy full SHA for 77a431f
OpenProblemLibrary/macros/Alfred/Alfredmacros.pl
@@ -27,20 +27,6 @@ sub inversetrig
27
}
28
29
## Compute the max and min of an array of numbers
30
-sub max {
31
-my $maximum = shift @_;
32
-foreach(@_){
33
- if ($maximum < $_){$maximum = $_};
34
-};
35
-return $maximum;
36
-}
37
-sub min {
38
-my $minimum = shift @_;
39
40
- if ($minimum > $_){$minimum = $_};
41
42
-return $minimum;
43
44
45
46
OpenProblemLibrary/macros/FortLewis/VectorField2D.pl
@@ -53,7 +53,6 @@ sub VectorField2D {
53
my $FX;
54
my $FY;
55
my $xtip;
56
-my $xtail;
57
my $xstem;
58
my $ystem;
59
my $xmidtip;
@@ -108,4 +107,4 @@ sub VectorField2D {
108
107
109
110
111
-1;
+1;
0 commit comments