xcal
基于 C++23 的现代图形渲染引擎
载入中...
搜索中...
未找到
symbol.cc
浏览该文件的文档.
1#include <gtest/gtest.h>
4
5using namespace xcmath;
6using namespace std;
7
8TEST(SymbolTest, test1) {
9 // Symbol x("x");
10 // auto y = ((Monomial)x)*x;
11}
Compiler-specific type information handling for MSVC
Definition complex.hpp:12
TEST(SymbolTest, test1)
Definition symbol.cc:8