C200HBAT09 Omron, C200HBAT09 Datasheet - Page 70

no-image

C200HBAT09

Manufacturer Part Number
C200HBAT09
Description
C200H REPLACEMENT BATTERY
Manufacturer
Omron
Datasheet

Specifications of C200HBAT09

Rohs Compliant
NO
Leaded Process Compatible
No
Peak Reflow Compatible (260 C)
No
BASIC Language
56
INT Function
LOG Function
RND Function
SGN Function
SIN Function
TAN Function
Purpose:
Format:
Example:
Remarks:
Returns the largest integer value less than or equal to the value specified by
the argument.
If the value of the argument is negative, this function returns a different value
than the FIX function returns.
Purpose:
Format:
Example:
Purpose:
Format:
Example:
Remarks:
If <x> is negative, a new random number is generated.
If <x> is omitted, or if it is positive, the next random number of the sequence
is generated.
If <x> is 0, the last generated random number is repeated.
The sequence can be changed by executing the RANDOM statement.
Purpose:
Format:
Example:
Remarks:
If the value of <x> is positive, SGN returns 1.
If the value of <x> is negative, SGN returns -1.
If the the value of <x> is 0, SGN returns 0.
Purpose:
Format:
Example:
Purpose:
Format:
To return the truncated integer of a numeric value
INT(<x>)
A = INT(B)
To return the natural logarithm of the argument
LOG(<x>)
<x> must be greater than 0.
A = LOG(5)
To return a random number between 0 and 1.
RND [<x>]
A = RND(1)
To return the sign of an argument
SIGN(<x>)
B = SGN(A)
To return the sine of the numeric value given by the argument
SIN(<x>)
<x> is an expression in radian units.
A = SIN(pi)
To return the tangent of the numeric value given by the argument
TAN(<x>)
Section 4-2

Related parts for C200HBAT09