File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
UnitsNet.Tests/CustomCode Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 381381 {
382382 "SingularName" : " SolarRadius" ,
383383 "PluralName" : " SolarRadiuses" ,
384- "FromUnitToBaseFunc" : " {x} * 6.95510000E+08 " ,
385- "FromBaseToUnitFunc" : " {x} / 6.95510000E+08 " ,
384+ "FromUnitToBaseFunc" : " {x} * 6.95700e8 " ,
385+ "FromBaseToUnitFunc" : " {x} / 6.95700e8 " ,
386386 "XmlDocSummary" : " Solar radius is a ratio unit to the radius of the solar system star, the sun." ,
387387 "XmlDocRemarks" : " https://en.wikipedia.org/wiki/Stellar_classification" ,
388388 "Localization" : [
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ public class LengthTests : LengthTestsBase
7777
7878 protected override double ParsecsInOneMeter => 3.2407790389471100000000000E-17 ;
7979
80- protected override double SolarRadiusesInOneMeter => 1.43779384911791000E -09 ;
80+ protected override double SolarRadiusesInOneMeter => 1.4374011786689664E -09 ;
8181
8282 protected override double ChainsInOneMeter => 0.0497096953789867 ;
8383
You can’t perform that action at this time.
0 commit comments