xcal
基于 C++23 的现代图形渲染引擎
载入中...
搜索中...
未找到
| 命名空间 | 宏定义 | 类型定义 | 函数
complex.hpp 文件参考
#include <concepts>
#include <cstdint>
#include <type_traits>
#include "../utils/compiling.hpp"
#include "../utils/concepts.h"
complex.hpp 的引用(Include)关系图:
此图展示该文件直接或间接的被哪些文件引用了:

浏览源代码.

class  xcmath::complex< T >
 Complex number class template 更多...
 

命名空间

namespace  xcmath
 Compiler-specific type information handling for MSVC
 

宏定义

#define XCMATH_COMPLEX_H
 

类型定义

using xcmath::complex_f128 = complex< long double >
 
using xcmath::complex_f64 = complex< double >
 
using xcmath::complex_f32 = complex< float >
 
using xcmath::complex_f = complex< float >
 
using xcmath::complex_i = complex< int32_t >
 
using xcmath::complex_l = complex< long >
 
using xcmath::complex_ll = complex< long long >
 

函数

xcmath::complex< long long > xcmath::operator""_i (unsigned long long x)
 
xcmath::complex< long double > xcmath::operator""_i (long double x)
 

宏定义说明

◆ XCMATH_COMPLEX_H

#define XCMATH_COMPLEX_H

在文件 complex.hpp4 行定义.