NAME
cexp2, cexp2f, cexp2l - base-2 exponent of a complex number
SYNOPSIS
#include <complex.h> double complex cexp2(double complex z); float complex cexp2f(float complex z); long double complex cexp2l(long double complex z); Link with -lm.
DESCRIPTION
The function returns 2 raised to the power of z.
CONFORMING TO
These function names are reserved for future use in C99.
AVAILABILITY
Not yet in glibc, as at version 2.19.
SEE ALSO
cabs(3), cexp(3), clog10(3), complex(7)
COLOPHON
This page is part of release 4.09 of the Linux man-pages project. A description of the project, information about reporting bugs, and the latest version of this page, can be found at https://www.kernel.org/doc/man-pages/. 2014-08-19 CEXP2(3)
More Linux Commands
manpages/glutBitmapCharacter.3.html
glutBitmapCharacter(3) - renders a bitmap character using Op
Without using any display lists, glutBitmapCharacter renders the character in the named bitmap font. The available fonts are: GLUT_BITMAP_8_BY_13 A fixed width
manpages/md2.1ssl.html
md2(1ssl) message digests (Commands - Linux manual page)....
The digest functions output the message digest of a supplied file or files in hexadecimal. The digest functions also generate and verify digital signatures usin
manpages/scale_form.3form.html
scale_form(3form) - make and break form window and subwindow
Every form has an associated pair of curses windows. The form window displays any title and border associated with the window; the form subwindow displays the i
manpages/xdpyinfo.1.html
xdpyinfo(1) - display information utility for X (Man Page)
Xdpyinfo is a utility for displaying information about an X server. It is used to examine the capabilities of a server, the predefined values for various parame
manpages/gnutls_certificate_set_verify_flags.3.html
gnutls_certificate_set_verify_flags(3) - API function.......
This function will set the flags to be used at verification of the certificates. Flags must be OR of the gnutls_certificate_verify_flags enumerations. REPORTING
manpages/TAP::Parser::Result::Comment.3pm.html
TAP::Parser::Result::Comment(3pm) - Comment result token....
This is a subclass of TAP::Parser::Result. A token of this class will be returned if a comment line is encountered. 1..1 ok 1 - woo hooo! # this is a comment OV
manpages/wins_wstr.3ncurses.html
wins_wstr(3ncurses) - insert a wide-character string into a
These routines insert a wchar_t character string (as many characters as will fit on the line) before the character under the cursor. All characters to the right
manpages/systemd-sleep.8.html
systemd-sleep(8) System sleep state logic - Linux man page
systemd-suspend.service is a system service that is pulled in by suspend.target and is responsible for the actual system suspend. Similarly, systemd-hibernate.s
manpages/CIRCLEQ_INSERT_HEAD.3.html
CIRCLEQ_INSERT_HEAD(3) implementations of lists, tail queues
These macros define and operate on three types of data structures: lists, tail queues, and circular queues. All three structures support the following functiona
manpages/gsettings.1.html
gsettings(1) - GSettings configuration tool - Linux man page
gsettings offers a simple commandline interface to GSettings. It lets you get, set or monitor an individual key for changes. The SCHEMA and KEY arguments are re
manpages/field.3form.html
field(3form) - make and break connections between fields and
field.3form - The function set_form_fields changes the field pointer array of the given form. The array must be terminated by a NULL. The function form_fields r
manpages/Module::Build::Platform::os2.3pm.html
Module::Build::Platform::os2(3pm) - Builder class for OS/2 p
This module provides some routines very specific to the OS/2 platform. Please see the Module::Build for the general docs. AUTHOR Ken Williams <kwilliams@cpan.or
