Windows PowerShell command on Get-command cpowl
MyWebUniversity

Manual Pages for UNIX Operating System command usage for man cpowl

Mathematical Library Functions cpow(3M)

NAME

cpow, cpowf, cpowl - complex power functions

SYNOPSIS

c99 [ flag... ] file... -lm [ library... ]

#include

double complex cpow(double complex x, double complex y); float complex cpowf(float complex x, float complex y);

long double complex cpowl(long double complex x,

long double complex y);

DESCRIPTION

These functions compute the complex power function x^y, with a branch cut for the first parameter along the negative real axis.

RETURN VALUES

These functions return the complex power function value.

ERRORS

No errors are defined.

ATTRIBUTES

See attributes(5) for descriptions of the following attri-

butes:

____________________________________________________________

| ATTRIBUTE TYPE | ATTRIBUTE VALUE |

|_____________________________|_____________________________|

| Interface Stability | Committed |

|_____________________________|_____________________________|

| MT-Level | MT-Safe |

|_____________________________|_____________________________|

| Standard | See standards(5). |

|_____________________________|_____________________________|

SEE ALSO

cabs(3M), complex.h(3HEAD), csqrt(3M), attributes(5), stan-

dards(5)

SunOS 5.11 Last change: 12 Jul 2006 1




Contact us      |      About us      |      Term of use      |       Copyright © 2000-2019 MyWebUniversity.com ™