mirror of
https://github.com/DanilaFe/abacus
synced 2024-11-17 16:09:32 -08:00
Fix comment.
This commit is contained in:
parent
f400f9f464
commit
5bb7c1dc6b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user