Measurements v0.1.2
  • Pages
  • Modules

    View Source Measurements.Dimension (Measurements v0.1.2)

    Measurements.Dimension deals with the dimension of a unit and related conversion

    Link to this section Summary

    Types

    t()

    Dimension Type

    Functions

    new()
    prod(d1, d2)
    ratio(d1, d2)
    with_current(d, n)
    with_length(d, n)
    with_lintensity(d, n)
    with_mass(d, n)
    with_substance(d, n)
    with_temperature(d, n)
    with_time(d, n)

    Link to this section Types

    Link to this type

    t()

    View Source
    @type t() :: %Measurements.Dimension{
      current: integer(),
      length: integer(),
      lintensity: integer(),
      mass: integer(),
      substance: integer(),
      temperature: integer(),
      time: integer()
    }

    Dimension Type

    Link to this section Functions

    Link to this function

    new()

    View Source
    Link to this function

    prod(d1, d2)

    View Source
    Link to this function

    ratio(d1, d2)

    View Source
    Link to this function

    with_current(d, n)

    View Source
    Link to this function

    with_length(d, n)

    View Source
    Link to this function

    with_lintensity(d, n)

    View Source
    Link to this function

    with_mass(d, n)

    View Source
    Link to this function

    with_substance(d, n)

    View Source
    Link to this function

    with_temperature(d, n)

    View Source
    Link to this function

    with_time(d, n)

    View Source

    Hex Package Hex Preview (current file) Download ePub version

    Built using ExDoc (v0.29.1) for the Elixir programming language