1
0
Fork 0
mirror of https://github.com/bolero-MURAKAMI/Sprout synced 2025-08-03 12:49:50 +00:00

Split complex and quaternion arithmetic and stream operators

This commit is contained in:
Nick Matteo 2016-05-25 11:37:03 -04:00
parent 42133b805e
commit 69590e2ad2
20 changed files with 801 additions and 734 deletions

View file

@ -10,7 +10,7 @@
#include <sprout/config.hpp>
#include <sprout/complex/complex.hpp>
#include <sprout/complex/operators.hpp>
#include <sprout/complex/arithmetic_operators.hpp>
#include <sprout/complex/perp.hpp>
#include <sprout/complex/sinh.hpp>