VMS Help
RTL Routines, OTS$, OTS$POWDR
*Conan The Librarian
|
The Raise a D-Floating Base to an F-Floating Exponent routine
raises a D-floating base to an F-floating exponent.
Format
OTS$POWDR D-floating-point-base ,F-floating-point-exponent
OpenVMS usage:floating_point
type: D_floating
access: write only
mechanism: by value
Result of raising a D-floating base to an F-floating exponent.
D-floating-point-base
OpenVMS usage:floating_point
type: D_floating
access: read only
mechanism: by value
Base. The D-floating-point-base argument is a D-floating number
containing the base.
F-floating-point-exponent
OpenVMS usage:floating_point
type: F_floating
access: read only
mechanism: by value
Exponent. The F-floating-point-exponent argument is an F-floating
number that contains the exponent.