1
0
mirror of https://github.com/DanilaFe/abacus synced 2024-06-28 21:56:23 -07:00

Merge branch 'master' of github.com:DanilaFe/abacus

This commit is contained in:
Danila Fedorin 2017-07-31 11:54:25 -07:00
commit 2dbc91f79e

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