C++11:
static double Y (double x) { if(x<2) return pow(x,3); return 8; }
Copyright © 2024 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
C++11:
static double Y (double x) { if(x<2) return pow(x,3); return 8; }