Fix comment.

This commit is contained in:
Arthur Drobot 2017-07-31 10:28:39 -07:00
parent a0a4f1fbfe
commit 782636a982
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ public class StandardPlugin extends Plugin {
}
};
/**
* The exponentiation function, exp(1) = e^1 = 2.71
* The exponential function, exp(1) = e^1 = 2.71...
*/
public static final Function FUNCTION_EXP = new Function() {
@Override