mirror of
https://github.com/DanilaFe/abacus
synced 2024-12-24 08:12:39 -08:00
Merge branch 'master' of github.com:DanilaFe/abacus
This commit is contained in:
commit
2aa479a971
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user