Giter Site home page Giter Site logo

handling-units's Introduction

Units of measure in (Fortran) programs

CI [View Paper Preview]

Many solutions have been suggested for a wide range of programming languages to deal with units of measure in a consistent way. And by that we mean:

  • Variable a may represent a length and variable b may represent a temperature. The program may want to multiply them or divide them, a*bor a/b but the sum a+b is not defined.
  • Input may be expected in meters, but may I use inches instead? Should this be seen as an error or is it possible to automatically convert to the right unit?

We examine the various uses (implicit and explicit) of units -- and dimensions -- in typical programs, so that it becomes possible to formulate a set of requirements that specific implementations or language features may conform to. Failing to meet a requirement does not mean that the implementation is unuseable: it may simply impose restrictions on the use within an actual program.

handling-units's People

Contributors

everythingfunctional avatar arjenmarkus avatar

Stargazers

Ben Trettel avatar  avatar Mohammad Rahmani avatar Jacob Williams avatar

Watchers

 avatar  avatar  avatar

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.