- BcMath::bcmulArray(["3.141592","2.7172","18"],2); // pi*e*18
- BcMath::bcdivArray(["3.141592","2.7172","18"],6); // pi/e/18
- BcMath::bcaddArray(["3.141592","2.7172","18"],2); // pi+e+18
- BcMath::bcsubArray(["3.141592","2.7172","18"],2); // pi-e-18
- BcMath::bcmaxArray(["3.141592","2.7172","18"],2);
- BcMath::bcminArray(["3.141592","2.7172","18"],2);
|
Fatal error: Uncaught Error: Class "ia\Math\BcMath" not found in /lamp/www/iaLib/ia_examples/usage/ia/Math/BcMath_usage.php:21
Stack trace:
#0 {main}
thrown in /lamp/www/iaLib/ia_examples/usage/ia/Math/BcMath_usage.php on line 21
|