issues
search
tarcieri
/
micromath
Embedded Rust arithmetic, 2D/3D vector, and statistics library
Apache License 2.0
401
stars
21
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Allow mean on both f32 and &f32
#122
TheNeikos
opened
1 week ago
0
Impl Mean for Iterator<Item = &f32> as well?
#121
TheNeikos
opened
1 week ago
1
README.md: update copyright year
#120
tarcieri
closed
2 months ago
0
Fix duplicated `tests` module in vector.rs
#119
tarcieri
closed
2 months ago
0
Add magnitude_sq function to support non-f32
#118
sunsided
closed
2 months ago
0
Add scalar division for vectors
#117
sunsided
closed
2 months ago
3
Add commutative multiplication on primitive scalar types for Vectors
#116
sunsided
closed
2 months ago
1
Add core::iter::Sum for Vector2d and Vector3d
#115
sunsided
closed
4 months ago
0
Add vector normalization to Vector trait
#114
sunsided
closed
2 months ago
0
Hyperbolic cosine
#113
sunsided
closed
4 months ago
0
Add cross and dot for Vector2d and Vector3d
#112
sunsided
closed
4 months ago
2
Add From/Into array and tuple for Vector2d, Vector3d and Quaternion
#111
sunsided
closed
4 months ago
0
Prevent overflows in F32::inv
#110
sunsided
closed
4 months ago
0
Add doc alias to recip for inv
#109
sunsided
closed
4 months ago
3
Add defmt support
#108
sunsided
closed
4 months ago
2
README.md: fix broken links
#107
tarcieri
closed
7 months ago
0
F32::inv fails for large numbers
#106
usbalbin
closed
4 months ago
0
Support for right hand side operations and division
#105
exor2008
opened
9 months ago
1
[Feature request] Add support for exp_m1 and ln_1p
#104
LucaCappelletti94
opened
1 year ago
0
v2.1.0
#103
tarcieri
closed
1 year ago
0
CI: remove codecov
#102
tarcieri
closed
1 year ago
0
Consider adding a round of Newton's method to `sqrt`
#101
jdahlstrom
opened
1 year ago
1
Added recip, mul_add and signum
#100
everdrone
closed
1 year ago
8
Request to implement vector normalization
#99
TesseractionCode
opened
1 year ago
0
Teensy40 benchmark
#98
Finomnis
closed
1 year ago
4
Add option to compile directly to llvm intrinsics
#97
Finomnis
closed
1 year ago
13
Support for f64?
#96
ChristopherRabotin
opened
2 years ago
1
rust-lld: error: undefined symbol: fmodf
#95
gshep
opened
3 years ago
4
Quaternion from 2 vectors
#94
korken89
closed
3 years ago
2
Integer DSP
#93
jordens
closed
2 years ago
4
Made the requirement on vector rotation explicit and optimized
#92
korken89
closed
3 years ago
2
Method for normalizing a quaternion
#91
korken89
closed
3 years ago
9
Quaternion to Euler Angles conversion
#90
korken89
closed
3 years ago
2
Added accessors to quaternion elements
#89
korken89
closed
3 years ago
2
Document cosine implementation
#88
tarcieri
closed
3 years ago
1
v2.0.0
#87
tarcieri
closed
3 years ago
1
v2.0.0-pre
#86
tarcieri
closed
3 years ago
1
quaternion: add `Quaternion::new` and make opaque
#85
tarcieri
closed
3 years ago
0
quaternion: add axis_angle method
#84
tarcieri
closed
3 years ago
0
quaternion: add magnitude, scale, to_array, and IDENTITY
#83
tarcieri
closed
3 years ago
1
quaternion: add initial `Vector3d` ops
#82
tarcieri
closed
3 years ago
1
quaternion: add more ops (e.g. dot, inv)
#81
tarcieri
closed
3 years ago
1
Add initial `num-traits` support
#80
tarcieri
closed
3 years ago
1
Fix acos() behavior for zero/negative, and add tests
#79
timboldt
closed
3 years ago
4
rustdoc improvements
#78
tarcieri
closed
3 years ago
1
Remove `float::utils` module
#77
tarcieri
closed
3 years ago
1
README.md: fix name in copyright
#76
tarcieri
closed
3 years ago
1
Move arithmetic operations to `F32` newtype
#75
tarcieri
closed
3 years ago
1
acos() returns a value outside of [0,pi] for negative values and panics on zero
#74
timboldt
closed
3 years ago
3
Refactor `vector` module into submodules
#73
tarcieri
closed
3 years ago
0
Next