Skip to content

Instantly share code, notes, and snippets.

@intrueder
Created February 14, 2014 22:32
Show Gist options
  • Save intrueder/9010819 to your computer and use it in GitHub Desktop.
Save intrueder/9010819 to your computer and use it in GitHub Desktop.
Func<double, double>[] F = { Math.Cos, Math.Sqrt, Math.Ceiling, Math.Round };
Func<int, Func<double, double>> foo = bar => F[-~(int)F[bar](bar - .5)];
Console.WriteLine(foo(~-F.Length)(.5 + F[sizeof(float) ^ F.Length](byte.MinValue)));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment