Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / rust-num/num-complex issues and pull requests

#130 - increment (+=) , decrement(-=), multiply(*=) and divide(/=) operations don't work

Issue - State: open - Opened by kmolan 14 days ago - 1 comment
Labels: question

#129 - more accurate sqrt function

Pull Request - State: open - Opened by pascalkuthe about 2 months ago - 2 comments

#128 - Release 0.4.6

Pull Request - State: closed - Opened by cuviper about 2 months ago

#127 - Fix a few miscellaneous lints

Pull Request - State: closed - Opened by cuviper about 2 months ago

#126 - Add `c32` and `c64` helpers

Pull Request - State: closed - Opened by cuviper about 2 months ago

#125 - Add const ZERO/ONE/I and impl ConstZero/ConstOne

Pull Request - State: closed - Opened by cuviper about 2 months ago

#124 - relaxing the trait bounds on Complex::Add and friends

Issue - State: open - Opened by sarah-ek 4 months ago - 1 comment

#123 - Proposal: add complex ln_1p()

Issue - State: open - Opened by Expander 4 months ago - 1 comment
Labels: enhancement, help wanted

#122 - Imprecision of complex natural logarithm for arguments close to 1

Issue - State: open - Opened by Expander 4 months ago - 5 comments

#121 - Use namespaced-features to safely bump to MSRV 1.60

Pull Request - State: closed - Opened by cuviper 5 months ago

#120 - ci: merge queue and registry caching

Pull Request - State: closed - Opened by cuviper 5 months ago

#119 - Relax trait bounds on serde impl for Complex

Pull Request - State: closed - Opened by WalterSmuts 7 months ago

#118 - Why require `T : Num` for implementing `Deserialize` for `Complex<T>`

Issue - State: closed - Opened by WalterSmuts 7 months ago - 3 comments

#117 - make functions `const` where possible

Issue - State: open - Opened by rursprung 7 months ago - 3 comments

#116 - Fixes nan value for powc of zero

Pull Request - State: closed - Opened by domna about 1 year ago - 8 comments

#115 - Problems compiling complex numbers on embedded target

Issue - State: closed - Opened by joakim-hove about 1 year ago - 1 comment

#114 - powc of zero returns nan

Issue - State: closed - Opened by domna about 1 year ago - 2 comments
Labels: bug, help wanted

#113 - atan and atanh -0.0 loses its sign

Pull Request - State: open - Opened by youknowone over 1 year ago
Labels: bug

#112 - Release 0.4.3

Pull Request - State: closed - Opened by cuviper over 1 year ago - 2 comments

#111 - Try to avoid cloning

Issue - State: open - Opened by konsumlamm almost 2 years ago

#110 - add rkyv support

Pull Request - State: closed - Opened by zyansheep almost 2 years ago - 11 comments

#109 - Update and simplify the CI workflow

Pull Request - State: closed - Opened by cuviper almost 2 years ago - 2 comments

#108 - add rkyv support

Pull Request - State: closed - Opened by zyansheep almost 2 years ago - 4 comments

#107 - Added ability to sort Complex numbers.

Pull Request - State: closed - Opened by annoybot about 2 years ago - 3 comments

#106 - Implement Ord for Complex

Issue - State: closed - Opened by annoybot about 2 years ago - 5 comments

#105 - Release 0.4.2

Pull Request - State: closed - Opened by cuviper about 2 years ago - 2 comments

#104 - Adapted complex exp() function so that it can handle inf and nan arguments as well

Pull Request - State: closed - Opened by JorisDeRidder about 2 years ago - 5 comments

#103 - Potential bug in complex exp() function

Issue - State: closed - Opened by JorisDeRidder about 2 years ago - 2 comments

#102 - Release 0.4.1

Pull Request - State: closed - Opened by cuviper about 2 years ago - 2 comments

#101 - Add cis function

Pull Request - State: closed - Opened by rayhem about 2 years ago - 6 comments

#100 - Add support for `bytemuck` traits

Pull Request - State: closed - Opened by bradleyharden over 2 years ago - 7 comments

#99 - Safe transmuting for `Complex<T>` with `bytemuck`

Issue - State: closed - Opened by bradleyharden over 2 years ago - 2 comments

#98 - Fix document of complex sqrt()

Pull Request - State: closed - Opened by jagd over 2 years ago - 1 comment

#97 - Proposal: add support for Rust-CUDA

Issue - State: closed - Opened by sebcrozet over 2 years ago - 1 comment

#96 - Changing display format to a more compact form.

Issue - State: closed - Opened by ErikBuer almost 3 years ago - 2 comments

#95 - Create ComplexFloat trait to model Floats as a subset of Complex<T>

Pull Request - State: closed - Opened by obsgolem almost 3 years ago - 7 comments

#94 - Release a 1.0 version

Issue - State: closed - Opened by obsgolem almost 3 years ago - 1 comment

#93 - cast between complex return None

Issue - State: open - Opened by serendipity-crypto almost 3 years ago - 3 comments

#92 - Complex FromStr doesn't handle negative numbers?

Issue - State: closed - Opened by dave-andersen almost 3 years ago - 1 comment

#91 - Implementation suggestion for complex multiplication to improve performance

Issue - State: open - Opened by Fulguritude almost 3 years ago - 5 comments

#90 - Error in from_str_radix if radix > 18; avoid unfortunate interaction

Pull Request - State: closed - Opened by bluss almost 3 years ago - 6 comments

#89 - Update to rand 0.8 and release 0.4.0

Pull Request - State: closed - Opened by cuviper over 3 years ago - 4 comments

#88 - num_complex users should be allowed to write let mut x = (1.0, 2,0)_c64

Issue - State: closed - Opened by pwplus7 over 3 years ago - 4 comments

#87 - Release 0.3.1

Pull Request - State: closed - Opened by cuviper over 3 years ago - 2 comments

#86 - Proposal: bytemuck support

Issue - State: closed - Opened by ajtribick over 3 years ago - 2 comments

#85 - Normalize the comment style

Pull Request - State: closed - Opened by cuviper over 3 years ago - 2 comments

#84 - Current complex division leads to wrong results

Issue - State: closed - Opened by daingun almost 4 years ago - 2 comments

#83 - i128 no_std

Issue - State: closed - Opened by zendurix almost 4 years ago - 2 comments

#82 - Use values for all Float methods

Pull Request - State: closed - Opened by cuviper about 4 years ago - 2 comments
Labels: breaking change

#81 - Release 0.3.0

Pull Request - State: closed - Opened by cuviper about 4 years ago - 2 comments

#80 - Complex::from_polar takes reference arguments

Issue - State: closed - Opened by SamiPerttu about 4 years ago - 3 comments

#79 - Switch CI to GitHub Actions

Pull Request - State: closed - Opened by cuviper about 4 years ago - 4 comments

#78 - Proposal: Complex helper constructors

Issue - State: open - Opened by ElectricCoffee over 4 years ago - 6 comments
Labels: enhancement

#77 - Proposal: Rename Complex{32,64} to ComplexF{32,64}

Issue - State: closed - Opened by eduardosm over 4 years ago - 3 comments

#76 - README suggests version 0.3, but crates.io still lists 0.2.4

Issue - State: closed - Opened by evertrol over 4 years ago - 3 comments

#75 - Implement Mul/Div/RemAssign directly

Pull Request - State: closed - Opened by cuviper over 4 years ago - 2 comments

#74 - char::is_whitespace is available even in core now

Pull Request - State: closed - Opened by cuviper over 4 years ago - 2 comments

#73 - Add a libm feature for Float

Pull Request - State: closed - Opened by cuviper over 4 years ago - 2 comments

#72 - Removed extern crate instruction from README

Pull Request - State: closed - Opened by SOF3 over 4 years ago - 2 comments

#71 - Update to 2018 edition and clippy fixes

Pull Request - State: closed - Opened by cuviper over 4 years ago - 2 comments

#70 - Tracking issue for num-complex 0.3

Issue - State: closed - Opened by cuviper over 4 years ago
Labels: breaking change

#69 - Release 0.2.4

Pull Request - State: closed - Opened by cuviper over 4 years ago - 2 comments

#68 - Update to autocfg 1

Pull Request - State: closed - Opened by cuviper over 4 years ago - 2 comments

#67 - Compatible with cargo --remap-path-prefix

Pull Request - State: closed - Opened by dingelish over 4 years ago - 2 comments

#66 - Feature specific MSRV

Pull Request - State: closed - Opened by termoshtt over 4 years ago

#65 - Upgrade to Rand 0.7

Pull Request - State: closed - Opened by vks almost 5 years ago - 3 comments
Labels: breaking change

#64 - Rust version compatibility of features

Issue - State: closed - Opened by vks almost 5 years ago - 2 comments
Labels: question

#63 - const new

Pull Request - State: closed - Opened by burrbull almost 5 years ago - 4 comments

#62 - Release 0.2.3

Pull Request - State: closed - Opened by cuviper about 5 years ago - 2 comments

#61 - Add `Complex::cbrt` for `T: Float`

Pull Request - State: closed - Opened by cuviper about 5 years ago - 2 comments

#60 - Add a special case for sqrt of real numbers

Pull Request - State: closed - Opened by cuviper about 5 years ago - 2 comments

#59 - sqrt() approximation

Issue - State: closed - Opened by nackstein about 5 years ago - 1 comment

#58 - Release 0.2.2

Pull Request - State: closed - Opened by cuviper about 5 years ago - 2 comments

#57 - Implement Zero::set_zero and One::set_one

Pull Request - State: closed - Opened by cuviper about 5 years ago - 4 comments

#56 - Add Complex::powi and assorted Pow impls

Pull Request - State: closed - Opened by cuviper about 5 years ago - 3 comments

#55 - Release update fixing no_std builds

Issue - State: closed - Opened by lights0123 about 5 years ago - 4 comments

#54 - bump autocfg to fix no_std probing

Pull Request - State: closed - Opened by cuviper about 5 years ago - 2 comments

#53 - Add a ComplexFloat trait

Pull Request - State: closed - Opened by YakoYakoYokuYoku about 5 years ago - 4 comments

#52 - Use autocfg to probe for i128

Pull Request - State: closed - Opened by cuviper about 5 years ago - 2 comments

#51 - chore: Exclude CI files

Pull Request - State: closed - Opened by ignatenkobrain about 5 years ago - 2 comments

#50 - Improve MulAssign and DivAssign

Issue - State: closed - Opened by benruijl about 5 years ago - 1 comment

#49 - Check formatting in CI

Pull Request - State: closed - Opened by cuviper about 5 years ago - 2 comments

#48 - const complex new

Pull Request - State: closed - Opened by burrbull about 5 years ago - 5 comments

#47 - Stacked vetorization instructions not used

Issue - State: closed - Opened by aplund about 5 years ago - 5 comments

#46 - minor changes

Pull Request - State: closed - Opened by adamnemecek over 5 years ago - 2 comments

#45 - Implement `num_traits::Float` for `Complex<f64>`

Issue - State: closed - Opened by benruijl over 5 years ago - 1 comment

#44 - Add MulAdd and MulAddAssign

Pull Request - State: closed - Opened by Schultzer over 5 years ago - 9 comments

#43 - Add l1_norm() for Signed

Pull Request - State: closed - Opened by Schultzer over 5 years ago - 3 comments

#42 - Use selfs where possible

Pull Request - State: closed - Opened by adamnemecek over 5 years ago - 2 comments

#41 - Add `finv()` and `fdiv()`

Pull Request - State: closed - Opened by cuviper over 5 years ago - 4 comments

#40 - Fix #2: Added CommonFloat trait

Pull Request - State: closed - Opened by YakoYakoYokuYoku over 5 years ago - 1 comment

#39 - Added real part and imaginary part methods

Pull Request - State: closed - Opened by YakoYakoYokuYoku over 5 years ago - 4 comments

#38 - Feature Request: abs()

Issue - State: closed - Opened by ryn1x over 5 years ago - 2 comments

#37 - Add MulAdd

Issue - State: closed - Opened by benruijl over 5 years ago - 5 comments
Labels: enhancement, help wanted

#36 - Performance for f32

Issue - State: closed - Opened by trdean1 over 5 years ago - 3 comments

#35 - Arithmetic operations with reference semantics

Issue - State: open - Opened by cohomology over 5 years ago - 2 comments

#34 - Release 0.2.1

Pull Request - State: closed - Opened by cuviper over 5 years ago - 2 comments

#33 - From/To/AsPrimitive and NumCast for Complex<T>

Pull Request - State: closed - Opened by termoshtt almost 6 years ago - 6 comments

#32 - Run cargo fmt

Pull Request - State: closed - Opened by cuviper almost 6 years ago - 2 comments

#31 - On the validity of the Complex modulus as implemented

Issue - State: closed - Opened by ChristopherRabotin about 6 years ago - 1 comment
Labels: question