InfiniTensor/include/core/constants.h

6 lines
81 B
C++

#pragma once
namespace infini {
constexpr double E_CONSTANT = 2.718281828459;
}