Angle.asin constructor Null safety
- double c
Create an angle by computing the arc sine of c
.
Implementation
Angle.asin(final double c) : _storage = math.asin(c);
Create an angle by computing the arc sine of c
.
Angle.asin(final double c) : _storage = math.asin(c);