* arcmin * arcsec Charge * c * mC * μC * nC * pC Force * N * kN * lbf * kgf Acceleration * g (g-force) * m/s2 * g0 (Standard Gravity) Pieces * pcs * bk-doz * cp * doz-doz * doz * gr-gr * gros * half-dozen * long-hundred * ream * scores * sm-gr * trio...
ah name: { singular: 'ah', plural: 'ahs', }, to_anchor: 1e1, // = 10 ^ 1 = 10 }, a: { name: { singular: 'a', plural: 'as', }, to_anchor: 1, } al: { // new unit, al name: { singular: 'al', plural: 'als', }, to_anchor: 1e-1, // = 10 ^ -1 = 0...
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...
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....
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', 'μ...
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...