issues
search
rust-num
/
num-complex
Complex numbers for Rust
Apache License 2.0
232
stars
50
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
use squared_norm in finv
#135
skewballfox
closed
20 hours ago
2
mul_add between real and complex numbers
#134
isomer
opened
1 week ago
0
Adding SIMD Sum
#133
michaelciraci
opened
3 weeks ago
0
Bump rkyv to 0.8
#132
Firesz25
opened
4 weeks ago
0
Add ln_1p and exp_m1
#131
soumyasen1809
opened
1 month ago
0
increment (+=) , decrement(-=), multiply(*=) and divide(/=) operations don't work
#130
kmolan
opened
4 months ago
1
more accurate sqrt function
#129
pascalkuthe
opened
6 months ago
2
Release 0.4.6
#128
cuviper
closed
6 months ago
0
Fix a few miscellaneous lints
#127
cuviper
closed
6 months ago
0
Add `c32` and `c64` helpers
#126
cuviper
closed
6 months ago
0
Add const ZERO/ONE/I and impl ConstZero/ConstOne
#125
cuviper
closed
6 months ago
0
relaxing the trait bounds on Complex::Add and friends
#124
sarah-quinones
opened
8 months ago
1
Proposal: add complex ln_1p()
#123
Expander
opened
8 months ago
4
Imprecision of complex natural logarithm for arguments close to 1
#122
Expander
opened
8 months ago
5
Use namespaced-features to safely bump to MSRV 1.60
#121
cuviper
closed
7 months ago
0
ci: merge queue and registry caching
#120
cuviper
closed
9 months ago
0
Relax trait bounds on serde impl for Complex
#119
WalterSmuts
closed
9 months ago
0
Why require `T : Num` for implementing `Deserialize` for `Complex<T>`
#118
WalterSmuts
closed
9 months ago
3
make functions `const` where possible
#117
rursprung
opened
11 months ago
3
Fixes nan value for powc of zero
#116
domna
closed
1 year ago
8
Problems compiling complex numbers on embedded target
#115
joakim-hove
closed
1 year ago
1
powc of zero returns nan
#114
domna
closed
1 year ago
2
atan and atanh -0.0 loses its sign
#113
youknowone
opened
1 year ago
0
Release 0.4.3
#112
cuviper
closed
1 year ago
2
Try to avoid cloning
#111
konsumlamm
opened
2 years ago
0
add rkyv support
#110
zyansheep
closed
1 year ago
11
Update and simplify the CI workflow
#109
cuviper
closed
2 years ago
2
add rkyv support
#108
zyansheep
closed
2 years ago
4
Added ability to sort Complex numbers.
#107
annoybot
closed
2 years ago
3
Implement Ord for Complex
#106
annoybot
closed
6 months ago
5
Release 0.4.2
#105
cuviper
closed
2 years ago
2
Adapted complex exp() function so that it can handle inf and nan arguments as well
#104
JorisDeRidder
closed
2 years ago
5
Potential bug in complex exp() function
#103
JorisDeRidder
closed
2 years ago
2
Release 0.4.1
#102
cuviper
closed
2 years ago
2
Add cis function
#101
rayhem
closed
2 years ago
6
Add support for `bytemuck` traits
#100
bradleyharden
closed
2 years ago
7
Safe transmuting for `Complex<T>` with `bytemuck`
#99
bradleyharden
closed
2 years ago
2
Fix document of complex sqrt()
#98
jagd
closed
2 years ago
1
Proposal: add support for Rust-CUDA
#97
sebcrozet
closed
2 years ago
1
Changing display format to a more compact form.
#96
ErikBuer
closed
2 years ago
2
Create ComplexFloat trait to model Floats as a subset of Complex<T>
#95
obsgolem
closed
2 years ago
7
Release a 1.0 version
#94
obsgolem
closed
6 months ago
1
cast between complex return None
#93
serendipity-crypto
opened
3 years ago
3
Complex FromStr doesn't handle negative numbers?
#92
dave-andersen
closed
3 years ago
1
Implementation suggestion for complex multiplication to improve performance
#91
Fulguritude
opened
3 years ago
5
Error in from_str_radix if radix > 18; avoid unfortunate interaction
#90
bluss
closed
2 years ago
6
Update to rand 0.8 and release 0.4.0
#89
cuviper
closed
3 years ago
4
num_complex users should be allowed to write let mut x = (1.0, 2,0)_c64
#88
pwplus7
closed
6 months ago
4
Release 0.3.1
#87
cuviper
closed
4 years ago
2
Proposal: bytemuck support
#86
ajtribick
closed
2 years ago
2
Next