Git Product home page Git Product logo

eevalue's Introduction

EEValues

Test and package A simple class for dealing with engieering values

Will print with Si prefix, and has an easy method to get the closest E-series value.

>>> from eevalue import EEValue as EEV
>>> R = EEV(18.91)
>>> str(R.E(48, "ceil"))
19.60
>>> str(EEV(17950.10).E(192,"floor"))
17.80 k
>>> str(EEV('2u2') * 2)
4.40 µ
>>> str(EEV('2K1234', precision=4) * 2)
4.2468 k

eevalue's People

Contributors

duckle29 avatar

Watchers

 avatar  avatar

eevalue's Issues

How can we get in contact?

Hello,
I read your question ( crankyoldgit/IRremoteESP8266#1436 (comment) ) and I basically to the same thing. Controlling my AC with MQTT and I have a problem. How do you parse the incoming message from the Ir receiver into the actual state and how do you send it over MQTT.

Hope you can help me with that because that's the only missing thing in my AC control.

You can email me if you want: [email protected]

Units and error returns

Hello,

while looking for example schematics of the LM5169 DC/DC converter, I saw your question on TI E2E and liked your approch to use python to calculate all the required values. Through your name and the python import I found this repository :-)

I was having issues to recreate you calculations, since some additional arguments for units and error returns are not inside the code.
Would you be so kind to update this repo to include this?

Sebastian

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.