We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
src/Quaternions.jl
1 parent e46a689 commit 9094925Copy full SHA for 9094925
src/Quaternions.jl
@@ -1,19 +1,16 @@
1
-__precompile__()
2
-
3
module Quaternions
4
5
- using Random
6
- using LinearAlgebra
+using Random
+using LinearAlgebra
+
+include("Quaternion.jl")
7
8
- include("Quaternion.jl")
+export Quaternion
9
+export QuaternionF16, QuaternionF32, QuaternionF64
10
+export quat
11
+export imag_part
12
+export quatrand
13
+export nquatrand
14
+export slerp
15
- export Quaternion,
- QuaternionF16,
- QuaternionF32,
- QuaternionF64
- export quat
- export imag_part
16
- export quatrand
17
- export nquatrand
18
- export slerp
19
-end
+end # module
0 commit comments