82
CS/CJ/NSJ Series Instructions Reference Manual (W474)
2. Summary of Instructions
DOUBLE TAN-
GENT
TAND
@TAND
853
Calculates the tangent of the angle (radians) in the specified double-preci-
sion floating-point data (64 bits) and outputs the result to the result words.
Output
Required
532
DOUBLE ARC
SINE
ASIND
@ASIND
854
Calculates the angle (in radians) from the sine value in the specified dou-
ble-precision floating-point data (64 bits) and outputs the result to the
result words. (The arc sine function is the inverse of the sine function; it
returns the angle that produces a given sine value between -1 and 1.)
Output
Required
535
DOUBLE ARC
COSINE
ACOSD
@ACOSD
855
Calculates the angle (in radians) from the cosine value in the specified
double-precision floating-point data (64 bits) and outputs the result to the
result words. (The arc cosine function is the inverse of the cosine function;
it returns the angle that produces a given cosine value between -1 and 1.)
Output
Required
535
DOUBLE ARC
TANGENT
ATAN D
@ATAND
856
Calculates the angle (in radians) from the tangent value in the specified
double-precision floating-point data (64 bits) and outputs the result to the
result words. (The arc tangent function is the inverse of the tangent func-
tion; it returns the angle that produces a given tangent value.)
Output
Required
535
DOUBLE
SQUARE ROOT
SQRTD
@SQRTD
857
Calculates the square root of the specified double-precision floating-point
data (64 bits) and outputs the result to the result words.
Output
Required
538
DOUBLE EXPO-
NENT
EXPD
@EXPD
858
Calculates the natural (base e) exponential of the specified double-preci-
sion floating-point data (64 bits) and outputs the result to the result words.
Output
Required
540
DOUBLE LOGA-
RITHM
LOGD
@LOGD
859
Calculates the natural (base e) logarithm of the specified double-precision
floating-point data (64 bits) and outputs the result to the result words.
Output
Required
542
Instruction
Mnemonic
Code
Symbol/Operand Function Location
Execution
condition
Page
TAND(853)
S
R
S: 1st source
word
R: 1st result word
ASIND(854)
S
R
S: 1st source
word
R: 1st result word
ACOSD(855)
S
R
S: 1st source
word
R: 1st result word
ATAND(856)
S
R
S: 1st source
word
R: 1st result word
SQRTD(857)
S
R
S: 1st source
word
R: 1st result word
EXPD(858)
S
R
S: 1st source
word
R: 1st result word
LOGD(859)
S
R
S: 1st source
word
R: 1st result word