mirror of
				https://github.com/eledio-devices/thirdparty-tinyexpr.git
				synced 2025-10-31 00:32:38 +01:00 
			
		
		
		
	| @@ -151,6 +151,11 @@ static double ncr(double n, double r) { | ||||
| } | ||||
| static double npr(double n, double r) {return ncr(n, r) * fac(r);} | ||||
|  | ||||
| #ifdef _MSC_VER | ||||
| #pragma function (ceil) | ||||
| #pragma function (floor) | ||||
| #endif | ||||
|  | ||||
| static const te_variable functions[] = { | ||||
|     /* must be in alphabetical order */ | ||||
|     {"abs", fabs,     TE_FUNCTION1 | TE_FLAG_PURE, 0}, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user