Angle * deg * rad * grad * arcmin * arcsec Charge * c * mC * μC * nC * pC Force * N * kN * lbf * kgf Acceleration * g (g-force) * m/s2 Pieces * pcs * bk-doz * cp * doz-doz * doz * gr-gr * gros * half-dozen * long-hundred * ream * scores * sm-gr * ...
expected = ['rad', 'deg', 'grad', 'arcmin', 'arcsec']; expect(actual.sort()).toEqual(expected.sort()); }); test('charge possibilities', () => { var actual = convert().possibilities('charge'), const actual = convert().possibilities('charge'), expected = ['c', 'mC', 'μ...
convert(900).from('mm').toBest({cutOffNumber:10});// { val: 90, unit: 'cm', ... } (the smallest unit with a value equal to or above 10)convert(1000).from('mm').toBest({cutOffNumber:10});// { val: 100, unit: 'cm', plural: 'Centimeters' } (the smallest unit with a ...
arcsec Want More? Adding new measurement sets is easy. Take a look atlib/definitionsto see how it's done. License Copyright (c) 2013-2017 Ben Ng and Contributors,http://benng.me Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated...
Angle * deg * rad * grad * arcmin * arcsec Charge * c * mC * μC * nC * pC Force * N * kN * lbf * kgf Acceleration * g (g-force) * m/s2 Pieces * pcs * bk-doz * cp * doz-doz * doz * gr-gr * gros * half-dozen * long-hundred * ream * scores * sm-gr * ...
deg rad grad arcmin arcsec c mC μC nC pC Force N kN lbf g (g-force) m/s2 Adding new measurement sets is easy. Take a look atlib/definitionsto see how it's done. License Copyright (c) 2013-2017 Ben Ng and Contributors,http://benng.me ...
deg rad grad arcmin arcsec Charge c mC μC nC pC Force N kN lbf Acceleration g (g-force) m/s2 Acknowledgements This project has been forked fromben-ng/convert-units. All the credits before the commitd950cd1goes to theben-ng/convert-unitsproject contributors. After, the project will be...
deg rad grad arcmin arcsecChargec mC μC nC pCForceN kN lbfAccelerationg (g-force) m/s2Want More?Adding new measurement sets is easy. Take a look at lib/definitions to see how it's done.LicenseCopyright (c) 2013-2017 Ben Ng and Contributors, http://benng.mePermission is hereby ...
deg rad grad arcmin arcsecChargec mC μC nC pCForceN kN lbfAccelerationg (g-force) m/s2Concentration masskg/m3 g/cm3 g/L mg/LConductivityS/m dS/m mS/m μS/m mS/cm µS/cmWant More?Adding new measurement sets is easy. Take a look at lib/definitions to see how it's done....