mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Change of math function LG to LOG for clarity.
This commit is contained in:
parent
c71a4096d1
commit
8b1dd97268
@ -84,7 +84,7 @@ int initializations_performed = 0;
|
|||||||
|
|
||||||
char func_names[] =
|
char func_names[] =
|
||||||
"ATAN\000COS\000SIN\000TAN\000ABS\000"
|
"ATAN\000COS\000SIN\000TAN\000ABS\000"
|
||||||
"EXP\000LN\000LG\000SQRT\000FRAC\000"
|
"EXP\000LN\000LOG\000SQRT\000FRAC\000"
|
||||||
"TRUNC\000FLOOR\000CEIL\000ROUND\000ASIN\000"
|
"TRUNC\000FLOOR\000CEIL\000ROUND\000ASIN\000"
|
||||||
"ACOS\000SGN\000NEG\000E\000PI\000";
|
"ACOS\000SGN\000NEG\000E\000PI\000";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user