complex_rs 0.1.0

A simple and efficient complex number library in Rust.
Documentation
  • Coverage
  • 100%
    11 out of 11 items documented1 out of 8 items with examples
  • Size
  • Source code size: 8.89 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.7 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 15s Average build duration of successful builds.
  • all releases: 15s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • so-lovely

Complex_RS

complex_rs는 Rust로 작성된 간단하고 효율적인 복소수 라이브-러리입니다. 제네릭을 사용하여 f32f64 타입을 모두 지원하며, 기본적인 복소수 연산을 제공합니다.