The difference of two binary integers is a binary integer that is the sum of the first argument and the two’s complement of the second argument.

The difference of two unit objects is a unit object with the same dimensions as the second argument. The units of the two arguments must be consistent.

Common usage is ambiguous about some units of temperature. When ºC or ºF represents a thermometer reading, then the temperature is a unit with an additive constant: 0ºC = 273.15 K, and 0 ºF = 459.67 ºR. But when ºC or ºF represents a difference in thermometer readings, then the temperature is a unit with no additive constant: 1ºC = 1 K and 1 ºF = 1 ºR.

The calculator assumes that the simple temperature units x_ºC and x_ºF represent thermometer temperatures when used as arguments to the functions <, >, ≤, ≥, ==, and ≠. This means that, in order to do the calculation, the calculator will first convert any Celsius temperature to Kelvin and any Fahrenheit temperature to Rankine. (For other functions or compound temperature units, such as x_ºC/min, the calculator assumes temperature units represent temperature differences, so there is no additive constant involved, and hence no conversion.)

The arithmetic operators +, –, %, %CH, and %T treat temperatures as differences, without any additive constant, but require both arguments to be either absolute (K and ºR), both ºC, or both ºF. No other combinations are allowed.

Access:

-

 

 

 

 

Flags:

Numerical Results (–3)

 

 

 

Input/Output:

 

 

 

 

 

 

 

 

 

 

 

 

 

Level 2/Argument 1

Level 1/Argument 2

 

Level 1/Item 1

 

 

 

 

 

 

 

 

z1

z2

z1 z2

 

 

[ array ]1

[ array ]2

[ array ]1–2

 

 

z

'symb'

'z symb'

 

 

'symb'

z

'symb z'

 

 

'symb1'

'symb2'

'symb1 symb2'

 

 

#n1

n2

#n3

 

 

n1

#n2

#n3

 

 

#n1

#n2

#n3

 

 

x1_unit1

y_unit2

(x2 y)_unit2

 

 

'symb'

x_unit

'symb x_unit'

 

 

x_unit

'symb'

'x_unit symb'

 

25_ft 8

 

 

 

Example 1:

_in returns 292_in.

 

 

Example 2:

[[ 5 1 ][ 3 3 ]] [[ 2 1 ][ 0 1 ]]

returns

 

[[ 3 0 ][ 3 2 ]].

 

 

 

Example 3:

'TOTAL' 'PART' returns 'TOTALPART' .

 

See also:

+, *, /, =

 

 

 

 

 

 

 

 

 

 

/(Divide)

Type: Function

Description: Divide Analytic Function: Returns the quotient of the arguments: the first argument is divided by the second argument.

A real number a divided by a complex number (x, y) returns:

3300 Full Command and Function Reference

Page 420
Image 420
HP 50g Graphing, 48gII Graphing manual Divide