##C#, 135 bytes, Jan Ivan
This was a lot of fun, I particularly liked the use of using static.
using System;using static System.Math;class P{static void Main(){Console.Write(Pow(long.Parse(Console.ReadLine()),1/Round(PI-E,1)));}}
C#, 135 bytes, Jan Ivan
This was a lot of fun, I particularly liked the use of using static.
using System;using static System.Math;class P{static void Main(){Console.Write(Pow(long.Parse(Console.ReadLine()),1/Round(PI-E,1)));}}
replaced http://codegolf.stackexchange.com/ with https://codegolf.stackexchange.com/
##C#, 135 bytes, Jan Ivan
This was a lot of fun, I particularly liked the use of using static.
using System;using static System.Math;class P{static void Main(){Console.Write(Pow(long.Parse(Console.ReadLine()),1/Round(PI-E,1)));}}
##C#, 135 bytes, Jan Ivan
This was a lot of fun, I particularly liked the use of using static.
using System;using static System.Math;class P{static void Main(){Console.Write(Pow(long.Parse(Console.ReadLine()),1/Round(PI-E,1)));}}