common.h 148 Bytes
Newer Older
1
2
3
4
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
#pragma once

5
6
#include <math.h>
#include <stdbool.h>
7
8

// Not Implemented