cbrtf method

double cbrtf(
  1. double _X
)

Implementation

double cbrtf(
  double _X,
) {
  return _cbrtf(
    _X,
  );
}