Coder Social home page Coder Social logo

Comments (2)

iliekturtles avatar iliekturtles commented on July 17, 2024

Easily!

Add a definition for the unit in the units { ... section:

uom/src/si/pressure.rs

Lines 36 to 40 in 34538a9

@zeptopascal: prefix!(zepto); "zPa", "zeptopascal", "zeptopascals";
@yoctopascal: prefix!(yocto); "yPa", "yoctopascal", "yoctopascals";
@atmosphere: 1.013_25_E5; "atm", "atmosphere", "atmospheres";
@atmosphere_technical: 9.806_65_E4; "at", "atmosphere (technical)",

And a test at the bottom:

uom/src/si/pressure.rs

Lines 131 to 135 in 34538a9

test::<f::zeptonewton, a::square_meter, p::zeptopascal>();
test::<f::yoctonewton, a::square_meter, p::yoctopascal>();
test::<f::dyne, a::square_centimeter, p::dyne_per_square_centimeter>();
test::<f::kilogram_force, a::square_millimeter, p::kilogram_force_per_square_millimeter>();

PRs welcome, otherwise I can get to this after reviewing a couple open PRs.

from uom.

Eagle941 avatar Eagle941 commented on July 17, 2024

Thank you for your answer! I have just opened #397

from uom.

Related Issues (20)

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.