1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
---
:name: dlapy2
:md5sum: b3aaae9d309eec4c8fefd63e3e59e662
:category: :function
:type: doublereal
:arguments:
- x:
:type: doublereal
:intent: input
- y:
:type: doublereal
:intent: input
:substitutions: {}
:fortran_help: " DOUBLE PRECISION FUNCTION DLAPY2( X, Y )\n\n\
* Purpose\n\
* =======\n\
*\n\
* DLAPY2 returns sqrt(x**2+y**2), taking care not to cause unnecessary\n\
* overflow.\n\
*\n\n\
* Arguments\n\
* =========\n\
*\n\
* X (input) DOUBLE PRECISION\n\
* Y (input) DOUBLE PRECISION\n\
* X and Y specify the values x and y.\n\
*\n\n\
* =====================================================================\n\
*\n"
|