extractExponent

fun Float.extractExponent(sort: KFpSort, isBiased: Boolean): Int

Extracts an exponent of the specific sort from the fp32 value.


fun Double.extractExponent(sort: KFpSort, isBiased: Boolean): Long

Extracts an exponent of the specific sort from the fp64 value.