Index
All Classes|All Packages
C
- Cube - Class in edu.cnm.deepdive
-
Defines a single static method,
isPerfectCube(long)
, which evaluates a specified value to determine whether it is a perfect cube.
E
- edu.cnm.deepdive - package edu.cnm.deepdive
I
- isPerfectCube(long) - Static method in class edu.cnm.deepdive.Cube
-
Computes and returns a
boolean
flag indicating whether the providedinput
is a perfect cube.
All Classes|All Packages