JuliaGeometry / Quaternions.jl

A Julia implementation of quaternions
https://juliageometry.github.io/Quaternions.jl
MIT License
116 stars 37 forks source link

Remove `Octonion` #100

Closed hyrodium closed 1 year ago

hyrodium commented 1 year ago

This PR removes Octonion type. (closes #90)

I did not update the documentation not to make conflicts with #92.

codecov[bot] commented 1 year ago

Codecov Report

Merging #100 (f260c92) into master (5758dad) will not change coverage. The diff coverage is n/a.

@@            Coverage Diff            @@
##            master      #100   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            2         1    -1     
  Lines          287       197   -90     
=========================================
- Hits           287       197   -90     

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

hyrodium commented 1 year ago

This PR is ready for review.