Contact: aviboots(AT)netvision.net.il
39,945 questions
51,887 answers
573 users
#include <bits/stdc++.h> using namespace std; int main() { double d = 5; cout << log(d) << endl; return 0; } /* run: 1.60944 */