float amd_logbf(float x)# Extracts the exponent of a single-precision floating-point value. Parameters: x – Input value. Returns: Exponent as float. double amd_logb(double x)# Extracts the exponent of a double-precision floating-point value. Parameters: x – Input value. Returns: Exponent as double.