func int main(){
  double b = 2.0;
  print(log(b));
  return 0;
}