Contact: aviboots(AT)netvision.net.il
41,790 questions
54,475 answers
573 users
#include <bits/stdc++.h> using namespace std; int main() { double d = 5; cout << log10(d) << endl; return 0; } /* run: 0.69897 */