sunfishcode / c-ward

An implementation of libc written in Rust
Other
188 stars 11 forks source link

Implement complex math support. #81

Closed sunfishcode closed 9 months ago

sunfishcode commented 9 months ago

Use the num_complex crate for the actual implementation.