M204.0747: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
m (add <var>'s)
 
Line 1: Line 1:
{{Template:M204.0747 skeleton}}
{{Template:M204.0747 skeleton}}
<P>
<P>
The magnitude of the argument passed to a SOUL $ARCSIN or $ARCCOS is greater than 1, or the magnitude of the argument passed to $TAN, $COTAN, $SIN, or $COS is greater than <code>1.0*10</code>. Execution continues, but the
The magnitude of the argument passed to a SOUL <var>$ArcSin</var> or <var>$ArcCos</var> is greater than 1, or the magnitude of the argument passed to <var>$Tan</var>, <var>$Cotan</var>, <var>$Sin</var>, or <var>$Cos</var> is greater than <code>1.0*10</code>. Execution continues, but the
function returns 0. </P>
function returns 0. </P>
<p>
<p>
<b>Response:</b> Correct the argument passed to the function, and retry. </p>
<b>Response:</b> Correct the argument passed to the function, and retry.  
</p>
{{Template:M204.0747 footer}}
{{Template:M204.0747 footer}}
<!-- skeleton as it was in pdf/ARGUMENT TOO BIG FOR TRIG FUNCTIONS, RETURN 0 /-->
<!-- skeleton as it was in pdf/ARGUMENT TOO BIG FOR TRIG FUNCTIONS, RETURN 0 /-->

Latest revision as of 23:50, 1 March 2018

M204.0747  Argument too big for trig functions​,​ return 0

The magnitude of the argument passed to a SOUL $ArcSin or $ArcCos is greater than 1, or the magnitude of the argument passed to $Tan, $Cotan, $Sin, or $Cos is greater than 1.0*10. Execution continues, but the function returns 0.

Response: Correct the argument passed to the function, and retry.

Message attributes:

RETCODEO=0Sets online return code
RETCODEB=4Sets batch (single user) return code
CLASS=EError class; the message can be suppressed with the X'04' bit setting of the MSGCTL parameter
AUDITERWrites the message with line type ER to the audit trail
COUNTIncrements the error count (ERCNT) parameter

Back to list of messages