f06bn returns the value a2+b2.

Syntax

C#
public static double f06bn(
	double a,
	double b
)
Visual Basic
Public Shared Function f06bn ( _
	a As Double, _
	b As Double _
) As Double
Visual C++
public:
static double f06bn(
	double a, 
	double b
)
F#
static member f06bn : 
        a : float * 
        b : float -> float 

Parameters

a
Type: System..::..Double
On entry: the value a.
b
Type: System..::..Double
On entry: the value b.

Return Value

f06bn returns the value a2+b2.

Description

None.

References

None.

Error Indicators and Warnings

None.

Accuracy

Not applicable.

Parallelism and Performance

None.

Further Comments

None.

Example

See Also