Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Aug 2008 16:27:41 +0000 (UTC)
From:      David Malone <dwmalone@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/units units.c units.lib
Message-ID:  <200808161627.m7GGRkoD034708@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
dwmalone    2008-08-16 16:27:41 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/units        units.c units.lib 
  Log:
  SVN rev 181786 on 2008-08-16 16:27:41Z by dwmalone
  
  Add limited support for units that are related by affine rather
  than linear relations. We can now convert degC to degF.
  
  586 units, 56 prefixes
  You have: 24 degC
  You want: degF
          75.2
  You have: degC
  You want: K
           (-> x*1 +273.15)
           (<- y*1 -273.15)
  
  Revision  Changes    Path
  1.11      +58 -17    src/usr.bin/units/units.c
  1.19      +5 -5      src/usr.bin/units/units.lib



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200808161627.m7GGRkoD034708>