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 381
381
{
382
382
"SingularName" : " SolarRadius" ,
383
383
"PluralName" : " SolarRadiuses" ,
384
- "FromUnitToBaseFunc" : " {x} * 6.95510000E+08 " ,
385
- "FromBaseToUnitFunc" : " {x} / 6.95510000E+08 " ,
384
+ "FromUnitToBaseFunc" : " {x} * 6.95700e8 " ,
385
+ "FromBaseToUnitFunc" : " {x} / 6.95700e8 " ,
386
386
"XmlDocSummary" : " Solar radius is a ratio unit to the radius of the solar system star, the sun." ,
387
387
"XmlDocRemarks" : " https://en.wikipedia.org/wiki/Stellar_classification" ,
388
388
"Localization" : [
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ public class LengthTests : LengthTestsBase
77
77
78
78
protected override double ParsecsInOneMeter => 3.2407790389471100000000000E-17 ;
79
79
80
- protected override double SolarRadiusesInOneMeter => 1.43779384911791000E -09 ;
80
+ protected override double SolarRadiusesInOneMeter => 1.4374011786689664E -09 ;
81
81
82
82
protected override double ChainsInOneMeter => 0.0497096953789867 ;
83
83
You can’t perform that action at this time.
0 commit comments