maxexponent64 function

int maxexponent64(
  1. double _
)

Implementation

int maxexponent64(final double _) => 1024;