using System;
using SystemMath = System.Math;
public class Program
{
public static void Main()
Console.WriteLine(SystemMath.Abs(-1)); // Calling this alias prevents calling the 'Math' base namespace of the Math.Gmp.Native lib
}