|
27 | 27 | {
|
28 | 28 | "SingularName": "WattPerSquareInch",
|
29 | 29 | "PluralName": "WattsPerSquareInch",
|
30 |
| - "FromUnitToBaseFunc": "{x} * 1.5500031e3", |
31 |
| - "FromBaseToUnitFunc": "{x} / 1.5500031e3", |
| 30 | + "FromUnitToBaseFunc": "{x} / (2.54e-2 * 2.54e-2)", |
| 31 | + "FromBaseToUnitFunc": "{x} * (2.54e-2 * 2.54e-2)", |
32 | 32 | "Localization": [
|
33 | 33 | {
|
34 | 34 | "Culture": "en-US",
|
|
39 | 39 | {
|
40 | 40 | "SingularName": "WattPerSquareFoot",
|
41 | 41 | "PluralName": "WattsPerSquareFoot",
|
42 |
| - "FromUnitToBaseFunc": "{x} * 1.07639e1", |
43 |
| - "FromBaseToUnitFunc": "{x} / 1.07639e1", |
| 42 | + "FromUnitToBaseFunc": "{x} / (0.3048 * 0.3048)", |
| 43 | + "FromBaseToUnitFunc": "{x} * (0.3048 * 0.3048)", |
44 | 44 | "Localization": [
|
45 | 45 | {
|
46 | 46 | "Culture": "en-US",
|
|
51 | 51 | {
|
52 | 52 | "SingularName": "BtuPerSecondSquareInch",
|
53 | 53 | "PluralName": "BtusPerSecondSquareInch",
|
54 |
| - "FromUnitToBaseFunc": "{x} * 1.63533984e6", |
55 |
| - "FromBaseToUnitFunc": "{x} / 1.63533984e6", |
| 54 | + "XmlDocRemarks": "Based on the International Table (IT) definition of the British thermal unit (BTU), where 1 BTU is defined as exactly 1055.05585262 joules (≈1.05506 kJ). See https://en.wikipedia.org/wiki/British_thermal_unit for details.", |
| 55 | + "FromUnitToBaseFunc": "{x} * 1055.05585262 / (2.54e-2 * 2.54e-2)", |
| 56 | + "FromBaseToUnitFunc": "{x} * (2.54e-2 * 2.54e-2) / 1055.05585262", |
56 | 57 | "Localization": [
|
57 | 58 | {
|
58 | 59 | "Culture": "en-US",
|
|
63 | 64 | {
|
64 | 65 | "SingularName": "BtuPerSecondSquareFoot",
|
65 | 66 | "PluralName": "BtusPerSecondSquareFoot",
|
66 |
| - "FromUnitToBaseFunc": "{x} * 1.13565267e4", |
67 |
| - "FromBaseToUnitFunc": "{x} / 1.13565267e4", |
| 67 | + "XmlDocRemarks": "Based on the International Table (IT) definition of the British thermal unit (BTU), where 1 BTU is defined as exactly 1055.05585262 joules (≈1.05506 kJ). See https://en.wikipedia.org/wiki/British_thermal_unit for details.", |
| 68 | + "FromUnitToBaseFunc": "{x} * 1055.05585262 / (0.3048 * 0.3048)", |
| 69 | + "FromBaseToUnitFunc": "{x} * (0.3048 * 0.3048) / 1055.05585262", |
68 | 70 | "Localization": [
|
69 | 71 | {
|
70 | 72 | "Culture": "en-US",
|
|
75 | 77 | {
|
76 | 78 | "SingularName": "BtuPerMinuteSquareFoot",
|
77 | 79 | "PluralName": "BtusPerMinuteSquareFoot",
|
78 |
| - "FromUnitToBaseFunc": "{x} * 1.89275445e2", |
79 |
| - "FromBaseToUnitFunc": "{x} / 1.89275445e2", |
| 80 | + "XmlDocRemarks": "Based on the International Table (IT) definition of the British thermal unit (BTU), where 1 BTU is defined as exactly 1055.05585262 joules (≈1.05506 kJ). See https://en.wikipedia.org/wiki/British_thermal_unit for details.", |
| 81 | + "FromUnitToBaseFunc": "{x} * 1055.05585262 / (0.3048 * 0.3048 * 60)", |
| 82 | + "FromBaseToUnitFunc": "{x} * (0.3048 * 0.3048 * 60) / 1055.05585262", |
80 | 83 | "Localization": [
|
81 | 84 | {
|
82 | 85 | "Culture": "en-US",
|
|
87 | 90 | {
|
88 | 91 | "SingularName": "BtuPerHourSquareFoot",
|
89 | 92 | "PluralName": "BtusPerHourSquareFoot",
|
90 |
| - "FromUnitToBaseFunc": "{x} * 3.15459075", |
91 |
| - "FromBaseToUnitFunc": "{x} / 3.15459075", |
| 93 | + "XmlDocRemarks": "Based on the International Table (IT) definition of the British thermal unit (BTU), where 1 BTU is defined as exactly 1055.05585262 joules (≈1.05506 kJ). See https://en.wikipedia.org/wiki/British_thermal_unit for details.", |
| 94 | + "FromUnitToBaseFunc": "{x} * 1055.05585262 / (0.3048 * 0.3048 * 3600)", |
| 95 | + "FromBaseToUnitFunc": "{x} * (0.3048 * 0.3048 * 3600) / 1055.05585262", |
92 | 96 | "Localization": [
|
93 | 97 | {
|
94 | 98 | "Culture": "en-US",
|
|
99 | 103 | {
|
100 | 104 | "SingularName": "CaloriePerSecondSquareCentimeter",
|
101 | 105 | "PluralName": "CaloriesPerSecondSquareCentimeter",
|
102 |
| - "FromUnitToBaseFunc": "{x} * 4.1868e4", |
103 |
| - "FromBaseToUnitFunc": "{x} / 4.1868e4", |
| 106 | + "FromUnitToBaseFunc": "{x} * 4.184e4", |
| 107 | + "FromBaseToUnitFunc": "{x} / 4.184e4", |
104 | 108 | "Prefixes": [ "Kilo" ],
|
105 | 109 | "Localization": [
|
106 | 110 | {
|
|
112 | 116 | {
|
113 | 117 | "SingularName": "KilocaloriePerHourSquareMeter",
|
114 | 118 | "PluralName": "KilocaloriesPerHourSquareMeter",
|
115 |
| - "FromUnitToBaseFunc": "{x} * 1.163", |
116 |
| - "FromBaseToUnitFunc": "{x} / 1.163", |
| 119 | + "FromUnitToBaseFunc": "{x} * 4.184e3 / 3600", |
| 120 | + "FromBaseToUnitFunc": "{x} * 3600 / 4.184e3", |
117 | 121 | "Localization": [
|
118 | 122 | {
|
119 | 123 | "Culture": "en-US",
|
|
124 | 128 | {
|
125 | 129 | "SingularName": "PoundForcePerFootSecond",
|
126 | 130 | "PluralName": "PoundsForcePerFootSecond",
|
127 |
| - "FromUnitToBaseFunc": "{x} * 1.459390293720636e1", |
128 |
| - "FromBaseToUnitFunc": "{x} / 1.459390293720636e1", |
| 131 | + "FromUnitToBaseFunc": "{x} * 1.3558179483314004 / 9.290304e-2", |
| 132 | + "FromBaseToUnitFunc": "{x} * 9.290304e-2 / 1.3558179483314004", |
129 | 133 | "Localization": [
|
130 | 134 | {
|
131 | 135 | "Culture": "en-US",
|
|
0 commit comments