singrdk/base/Interfaces/Bartok/Math.csi

20 lines
304 B
Plaintext

// ==++==
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// ==--==
using System.Runtime.CompilerServices;
namespace System
{
[CCtorIsRunDuringStartup]
public sealed class Math {
public const double PI;
public const double E;
}
}