Skip to content

Imaginary type imitation 虚数型の真似 UFCS表記のcomplexの初期化

License

Notifications You must be signed in to change notification settings

deepprog/im4ufcs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

im4ufcs

Imaginary type imitation 虚数型の真似

UFCS表記のcomplexの初期化

auto a = complex(1.0, 2.0);

auto b = 1.0 + 2.0.i;

a == b;

About

Imaginary type imitation 虚数型の真似 UFCS表記のcomplexの初期化

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages