Skip to content
This repository has been archived by the owner on May 11, 2021. It is now read-only.

Commit

Permalink
Remove u and v from array of possible variables
Browse files Browse the repository at this point in the history
  • Loading branch information
petercollingridge committed Mar 17, 2013
1 parent b99392d commit 21dc665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/math-format.js
Expand Up @@ -454,7 +454,7 @@ $.extend(KhanUtil, {
},

randVar: function() {
return KhanUtil.randFromArray(["x", "k", "y", "a", "n", "r", "p", "u", "v"]);
return KhanUtil.randFromArray(["a", "k", "n", "p", "q", "r", "t", "x", "y", "z"]);
},

eulerFormExponent: function(angle) {
Expand Down

0 comments on commit 21dc665

Please sign in to comment.