tenth property

double tenth

Returns tenth of the number

Implementation

double get tenth => this / 10;