#include #include int main() { for (int i = 0; i <= 100; ++i) { double k = 0.01*i; std::cout << k << '\t' << std::comp_ellint_2(k) << '\n'; } }