This is an automated email from the ASF dual-hosted git repository.
erans pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-numbers.git.
from 1d872c6 NUMBERS-80: Renamed instance fields.
new 50cf08d NUMBERS-80: Method rename.
new d216fe7 NUMBERS-80: Specialized implementations for normalized and
positive polar form quaternions.
new 11f5f1a NUMBERS-83: Replace calls to JDK deprecated API.
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../apache/commons/numbers/angle/PlaneAngle.java | 4 +-
.../apache/commons/numbers/complex/Complex.java | 4 +-
.../commons/numbers/quaternion/Quaternion.java | 262 +++++++++++++++------
.../commons/numbers/quaternion/QuaternionTest.java | 42 ++++
4 files changed, 239 insertions(+), 73 deletions(-)