1
0
mirror of https://github.com/DanilaFe/abacus synced 2024-10-04 12:13:55 -07:00

Fix comment.

This commit is contained in:
Arthur Drobot 2017-07-31 10:28:39 -07:00
parent f400f9f464
commit 5bb7c1dc6b

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() { public static final Function FUNCTION_EXP = new Function() {
@Override @Override