mirror of
https://github.com/ArashPartow/exprtk.git
synced 2025-06-12 16:27:23 +00:00
C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html
This commit is contained in:
@ -249,7 +249,7 @@ struct native
|
||||
|
||||
static inline T func13(Type x, Type y)
|
||||
{
|
||||
return (x + (std::cos(y - std::sin(2 / x * pi)) - std::sin(x - std::cos(2 * y / pi))) - y);
|
||||
return (x + (std::cos(y - std::sin(T(2) / x * pi)) - std::sin(x - std::cos(T(2) * y / pi))) - y);
|
||||
}
|
||||
|
||||
static inline T func14(Type x, Type y)
|
||||
|
Reference in New Issue
Block a user