maxexponent32 function

int maxexponent32(
  1. double _
)

Implementation

int maxexponent32(final double _) => 128;