Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / tarcieri/micromath issues and pull requests
#122 - Allow mean on both f32 and &f32
Pull Request -
State: closed - Opened by TheNeikos 3 months ago
- 1 comment
#121 - Impl Mean for Iterator<Item = &f32> as well?
Issue -
State: open - Opened by TheNeikos 3 months ago
- 1 comment
#120 - README.md: update copyright year
Pull Request -
State: closed - Opened by tarcieri 5 months ago
#119 - Fix duplicated `tests` module in vector.rs
Pull Request -
State: closed - Opened by tarcieri 5 months ago
#118 - Add magnitude_sq function to support non-f32
Pull Request -
State: closed - Opened by sunsided 7 months ago
#117 - Add scalar division for vectors
Pull Request -
State: closed - Opened by sunsided 7 months ago
- 3 comments
#116 - Add commutative multiplication on primitive scalar types for Vectors
Pull Request -
State: closed - Opened by sunsided 7 months ago
- 1 comment
#115 - Add core::iter::Sum for Vector2d and Vector3d
Pull Request -
State: closed - Opened by sunsided 7 months ago
#114 - Add vector normalization to Vector trait
Pull Request -
State: closed - Opened by sunsided 7 months ago
#113 - Hyperbolic cosine
Pull Request -
State: closed - Opened by sunsided 7 months ago
#112 - Add cross and dot for Vector2d and Vector3d
Pull Request -
State: closed - Opened by sunsided 7 months ago
- 2 comments
#111 - Add From/Into array and tuple for Vector2d, Vector3d and Quaternion
Pull Request -
State: closed - Opened by sunsided 7 months ago
#110 - Prevent overflows in F32::inv
Pull Request -
State: closed - Opened by sunsided 8 months ago
#109 - Add doc alias to recip for inv
Pull Request -
State: closed - Opened by sunsided 8 months ago
- 3 comments
#108 - Add defmt support
Pull Request -
State: closed - Opened by sunsided 8 months ago
- 2 comments
#107 - README.md: fix broken links
Pull Request -
State: closed - Opened by tarcieri 10 months ago
#106 - F32::inv fails for large numbers
Issue -
State: closed - Opened by usbalbin 11 months ago
#105 - Support for right hand side operations and division
Issue -
State: open - Opened by exor2008 about 1 year ago
- 1 comment
#104 - [Feature request] Add support for exp_m1 and ln_1p
Issue -
State: open - Opened by LucaCappelletti94 about 1 year ago
#103 - v2.1.0
Pull Request -
State: closed - Opened by tarcieri over 1 year ago
#102 - CI: remove codecov
Pull Request -
State: closed - Opened by tarcieri over 1 year ago
#101 - Consider adding a round of Newton's method to `sqrt`
Issue -
State: open - Opened by jdahlstrom over 1 year ago
- 1 comment
#100 - Added recip, mul_add and signum
Pull Request -
State: closed - Opened by everdrone over 1 year ago
- 8 comments
#99 - Request to implement vector normalization
Issue -
State: open - Opened by TesseractionCode over 1 year ago
#98 - Teensy40 benchmark
Pull Request -
State: closed - Opened by Finomnis over 1 year ago
- 4 comments
#97 - Add option to compile directly to llvm intrinsics
Issue -
State: closed - Opened by Finomnis over 1 year ago
- 13 comments
#96 - Support for f64?
Issue -
State: open - Opened by ChristopherRabotin almost 3 years ago
- 1 comment
#95 - rust-lld: error: undefined symbol: fmodf
Issue -
State: open - Opened by gshep over 3 years ago
- 4 comments
#94 - Quaternion from 2 vectors
Pull Request -
State: closed - Opened by korken89 over 3 years ago
- 2 comments
#93 - Integer DSP
Issue -
State: closed - Opened by jordens over 3 years ago
- 4 comments
#92 - Made the requirement on vector rotation explicit and optimized
Pull Request -
State: closed - Opened by korken89 over 3 years ago
- 2 comments
#91 - Method for normalizing a quaternion
Pull Request -
State: closed - Opened by korken89 over 3 years ago
- 9 comments
#90 - Quaternion to Euler Angles conversion
Pull Request -
State: closed - Opened by korken89 over 3 years ago
- 2 comments
#89 - Added accessors to quaternion elements
Pull Request -
State: closed - Opened by korken89 over 3 years ago
- 2 comments
#88 - Document cosine implementation
Pull Request -
State: closed - Opened by tarcieri over 3 years ago
- 1 comment
#87 - v2.0.0
Pull Request -
State: closed - Opened by tarcieri over 3 years ago
- 1 comment
#86 - v2.0.0-pre
Pull Request -
State: closed - Opened by tarcieri almost 4 years ago
- 1 comment
#85 - quaternion: add `Quaternion::new` and make opaque
Pull Request -
State: closed - Opened by tarcieri almost 4 years ago
#84 - quaternion: add axis_angle method
Pull Request -
State: closed - Opened by tarcieri almost 4 years ago
#83 - quaternion: add magnitude, scale, to_array, and IDENTITY
Pull Request -
State: closed - Opened by tarcieri almost 4 years ago
- 1 comment
#82 - quaternion: add initial `Vector3d` ops
Pull Request -
State: closed - Opened by tarcieri almost 4 years ago
- 1 comment
#81 - quaternion: add more ops (e.g. dot, inv)
Pull Request -
State: closed - Opened by tarcieri almost 4 years ago
- 1 comment
#80 - Add initial `num-traits` support
Pull Request -
State: closed - Opened by tarcieri almost 4 years ago
- 1 comment
#79 - Fix acos() behavior for zero/negative, and add tests
Pull Request -
State: closed - Opened by timboldt almost 4 years ago
- 4 comments
#78 - rustdoc improvements
Pull Request -
State: closed - Opened by tarcieri almost 4 years ago
- 1 comment
#77 - Remove `float::utils` module
Pull Request -
State: closed - Opened by tarcieri almost 4 years ago
- 1 comment
#76 - README.md: fix name in copyright
Pull Request -
State: closed - Opened by tarcieri almost 4 years ago
- 1 comment
#75 - Move arithmetic operations to `F32` newtype
Pull Request -
State: closed - Opened by tarcieri almost 4 years ago
- 1 comment
#74 - acos() returns a value outside of [0,pi] for negative values and panics on zero
Issue -
State: closed - Opened by timboldt almost 4 years ago
- 3 comments
#73 - Refactor `vector` module into submodules
Pull Request -
State: closed - Opened by tarcieri almost 4 years ago
#72 - Add `F32` newtype
Pull Request -
State: closed - Opened by tarcieri almost 4 years ago
- 1 comment
#71 - vector: add subtraction support
Pull Request -
State: closed - Opened by tarcieri almost 4 years ago
#70 - Make `quaternion` module private
Pull Request -
State: closed - Opened by tarcieri almost 4 years ago
#69 - Refactor vector types
Pull Request -
State: closed - Opened by tarcieri almost 4 years ago
- 1 comment
#68 - 2.0 release
Issue -
State: closed - Opened by tarcieri almost 4 years ago
- 2 comments
#67 - v1.1.1
Pull Request -
State: closed - Opened by tarcieri almost 4 years ago
#66 - README.md: increase logo size
Pull Request -
State: closed - Opened by tarcieri almost 4 years ago
#65 - img: update logo to be easier to see on dark-theme backgrounds
Pull Request -
State: closed - Opened by tarcieri almost 4 years ago
#64 - Add `doc_cfg`
Pull Request -
State: closed - Opened by tarcieri almost 4 years ago
- 1 comment
#63 - CI: bump actions/checkout to v2
Pull Request -
State: closed - Opened by tarcieri almost 4 years ago
#62 - Rework CI configuration
Pull Request -
State: closed - Opened by tarcieri almost 4 years ago
#61 - README.md: remove gitter badge and crate comparisons
Pull Request -
State: closed - Opened by tarcieri almost 4 years ago
#60 - Rename CI job from "Rust" => "CI"
Pull Request -
State: closed - Opened by tarcieri almost 4 years ago
#59 - Rename 'develop' branch to 'main'
Pull Request -
State: closed - Opened by tarcieri almost 4 years ago
#58 - NeoBirth -> tarcieri
Pull Request -
State: closed - Opened by tarcieri almost 4 years ago
#57 - Compatibility with `num-traits`
Issue -
State: closed - Opened by zesterer almost 4 years ago
- 4 comments
#56 - No quaternion inverse?
Issue -
State: closed - Opened by cameronfyfe almost 4 years ago
- 1 comment
#55 - v1.1.0
Pull Request -
State: closed - Opened by tarcieri over 4 years ago
#54 - Bump `generic-array` dependency to v0.14; MSRV 1.36+
Pull Request -
State: closed - Opened by tarcieri over 4 years ago
#53 - Added Powi
Pull Request -
State: closed - Opened by Cazadorro over 4 years ago
- 4 comments
#52 - v1.0.1
Pull Request -
State: closed - Opened by tarcieri over 4 years ago
#51 - Powf 2 fix
Pull Request -
State: closed - Opened by Cazadorro over 4 years ago
- 1 comment
#50 - powf overflow?
Issue -
State: closed - Opened by jacobrosenthal over 4 years ago
- 5 comments
#49 - Implement F32Ext::div_euclid() and ::rem_euclid()
Pull Request -
State: closed - Opened by aurelj almost 5 years ago
- 1 comment
#48 - Adding unit tests for Quaternions
Pull Request -
State: closed - Opened by careyk007 about 5 years ago
- 1 comment
#47 - v1.0.0 🎉
Pull Request -
State: closed - Opened by tarcieri about 5 years ago
#46 - v0.5.1
Pull Request -
State: closed - Opened by tarcieri about 5 years ago
#45 - Cargo.toml: Add mathematics category
Pull Request -
State: closed - Opened by tarcieri about 5 years ago
#44 - Deny warnings in CI; 2018 idiom fixups
Pull Request -
State: closed - Opened by tarcieri about 5 years ago
#43 - v0.5.0
Pull Request -
State: closed - Opened by tarcieri about 5 years ago
#42 - Remove default cargo features
Pull Request -
State: closed - Opened by tarcieri about 5 years ago
#41 - README.md: Update badges (GitHub Actions, Safety Dance, MSRV)
Pull Request -
State: closed - Opened by tarcieri about 5 years ago
#40 - Switch to GitHub Actions (actions-rs)
Pull Request -
State: closed - Opened by tarcieri about 5 years ago
#39 - Implement F32Ext::asin, ::acos, and ::hypot
Pull Request -
State: closed - Opened by tarcieri about 5 years ago
#38 - v0.4.1
Pull Request -
State: closed - Opened by tarcieri over 5 years ago
#37 - implement f32ext::round
Pull Request -
State: closed - Opened by 4tm4j33tk4ur over 5 years ago
- 2 comments
#36 - v0.4.0
Pull Request -
State: closed - Opened by tarcieri over 5 years ago
#35 - Feature powf, exp, log10, log2 log, ln, trunc, fract, copysign support + unit tests for each
Pull Request -
State: closed - Opened by Cazadorro over 5 years ago
- 4 comments
#34 - v0.3.1
Pull Request -
State: closed - Opened by tarcieri almost 6 years ago
#33 - .travis.yml: Test Rust 1.31.0
Pull Request -
State: closed - Opened by tarcieri almost 6 years ago
#32 - Performance benchmark
Issue -
State: open - Opened by andylokandy almost 6 years ago
- 2 comments
#31 - lib.rs: Fix doc link to vector module
Pull Request -
State: closed - Opened by tarcieri almost 6 years ago
#30 - v0.3.0
Pull Request -
State: closed - Opened by tarcieri almost 6 years ago
#29 - statistics: Add Trim trait for statistical outlier culling iterators
Pull Request -
State: closed - Opened by tarcieri almost 6 years ago
#28 - Quaternions
Pull Request -
State: closed - Opened by tarcieri almost 6 years ago
#27 - f32ext: fast 'inv()' approximation
Pull Request -
State: closed - Opened by tarcieri almost 6 years ago
#26 - Improve documentation throughout the library
Pull Request -
State: closed - Opened by tarcieri almost 6 years ago
#25 - f32ext: Better document maximum errors/precision
Pull Request -
State: closed - Opened by tarcieri almost 6 years ago
#24 - v0.2.2
Pull Request -
State: closed - Opened by tarcieri almost 6 years ago
#23 - vector: Add i32 and u32 vectors
Pull Request -
State: closed - Opened by tarcieri almost 6 years ago