# Copyright (c) Microsoft Corporation. # Licensed under the MIT License. # REGION CONST REG_CN = "cn" REG_US = "us" # Epsilon for avoiding division by zero. EPS = 1e-12