Introducing: calc a complex numbers, graphing, cli calculator

This page summarizes the projects mentioned and recommended in the original post on /r/rust

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • kalc

    a complex numbers, 2d/3d graphing, arbitrary precision, vector/matrix, cli calculator with real-time output and support for units

  • a month ago i started programming my 2nd rust application to learn a bit about rust and complex numbers now its doing pretty well, properly parsing pretty much everything while being super fast compared to other cli calculators, with more accurate parsing and calculations, however it uses f64 so it cant do calculations that intermediatly go outside ~~10^300 and ~~10^-300. https://github.com/bgkillas/calc/releases

  • calc

    C-style arbitrary precision calculator

  • my benchmarks againts qalc and c-calc shows that c-calc takes about 0.8ms mean to run a calculation,qalc takes about 96.4ms to run a calculation,and mine takes 0.5ms to run a calculation, of course this is pretty much just the startup time however i cant measure the runtime speed againts c-calc because it does not allow multiple arguments like mine does.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts