Unit correction.

This commit is contained in:
Gregory John Casamento 2019-10-23 11:03:58 -04:00
parent f46219ca3f
commit 0f26d53101

View file

@ -288,7 +288,7 @@
{
NSUnitAngle *result = [[NSUnitAngle alloc] initWithSymbol: @"\""
coefficient: 0.00027778
constant: 9.81];
constant: 0.0];
return result;
}