Penguin
Annotated edit history of cbrt(3) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 CBRT
2 !!!CBRT
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 CONFORMING TO
7 SEE ALSO
8 ----
9 !!NAME
10
11
12 cbrt - cube root function
13 !!SYNOPSIS
14
15
16 __#include
17 __ ''x'' __);
18 __
19 !!DESCRIPTION
20
21
22 The __cbrt()__ function returns the cube root of
23 ''x''. This function cannot fail; every representable
24 real value has a representable real cube root.
25 !!CONFORMING TO
26
27
28 __cbrt__ is a GNU extension.
29 !!SEE ALSO
30
31
32 sqrt(3), pow(3)
33 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.