mirror of
https://github.com/DanilaFe/abacus
synced 2026-01-09 17:05:18 +00:00
Fix comment.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user