From 55e1f59039658540dcc986a957810f450fae56b8 Mon Sep 17 00:00:00 2001 From: Tomasz Kalisiak <tomasz.kalisiak3@gmail.com> Date: Fri, 28 Oct 2022 15:10:17 +0200 Subject: [PATCH] Improve the mention of Octonion in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cb33c60f30..6363e01527 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ The integration routines are usable for functions returning complex results - an ### Quaternions and Octonions -Quaternion and Octonians are class templates similar to std::complex. +Quaternion and Octonion are class templates similar to std::complex. The full documentation is available on [boost.org](http://www.boost.org/doc/libs/release/libs/math).