half property

double get half

Returns half of the number

Implementation

double get half => this / 2;