half property

double half

Returns half of the number

Implementation

double get half => this / 2;