Math.cs 301 B

12345678910
  1. namespace System
  2. {
  3. partial class Math
  4. {
  5. public static double FusedMultiplyAdd(double x, double y, double z) { throw null; }
  6. public static int ILogB(double x) { throw null; }
  7. public static double Log2(double x) { throw null; }
  8. public static double ScaleB(double x, int n) { throw null; }
  9. }
  10. }