#!/usr/bin/env /friends/bin/cscript
#include <math.h>
#include <stdio.h>
int main() {
    printf("%.17g\n", atan2(1.0,1.0));
}