Book Contents

Book Index

Next Topic

Home

CBRT

CBRT returns the cube root of the argument. The return value has the type DOUBLE PRECISION.

Syntax

CBRT ( expression )

Semantics

 

expression

is a value of type DOUBLE PRECISION

Examples

CBRT(27.0)

Result: 3