VMS Help RTL Routines, MTH$, MTH$xSINCOSD, Arguments *Conan The Librarian (sorry for the slow response - running on an old VAX) |
angle-in-degrees OpenVMS usage:floating_point type: F_floating, D_floating, G_floating, H_floating access: read only mechanism: by reference Angle (in degrees) whose sine and cosine are returned by MTH$xSINCOSD. The angle-in-degrees argument is the address of a floating-point number that is this angle. For MTH$SINCOSD, angle-in-degrees is an F-floating number. For MTH$DSINCOSD, angle-in-degrees is a D-floating number. For MTH$GSINCOSD, angle- in-degrees is a G-floating number. For MTH$HSINCOSD, angle-in- degrees is an H-floating number. sine OpenVMS usage:floating_point type: F_floating, D_floating, G_floating, H_floating access: write only mechanism: by reference Sine of the angle specified by angle-in-degrees. The sine argument is the address of a floating-point number. MTH$SINCOSD writes an F-floating number into sine. MTH$DSINCOSD writes a D-floating number into sine. MTH$GSINCOSD writes a G-floating number into sine. MTH$HSINCOSD writes an H-floating number into sine. cosine OpenVMS usage:floating_point type: F_floating, D_floating, G_floating, H_floating access: write only mechanism: by reference Cosine of the angle specified by angle-in-degrees. The cosine argument is the address of a floating-point number. MTH$SINCOSD writes an F-floating number into cosine. MTH$DSINCOSD writes a D-floating number into cosine. MTH$GSINCOSD writes a G-floating number into cosine. MTH$HSINCOSD writes an H-floating number into cosine.
|