Table of Contents

CBR

Returns the cubic root of a given number

Implemented by: Gambas

With variations:

Also written as:

Usage

CBR computes the cubic root of a given number.

Examples

DIM i AS INTEGER
FOR i = -3 TO 3
  PRINT i, Cbr(i)
NEXT

Comments

Similar keywords

In other languages...

References