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: slapy2
:md5sum: 4f1338cbdbf1dbb2f5736504748d4bf3
:category: :function
:type: real
:arguments:
- x:
:type: real
:intent: input
- y:
:type: real
:intent: input
:substitutions: {}
:fortran_help: " REAL FUNCTION SLAPY2( X, Y )\n\n\
* Purpose\n\
* =======\n\
*\n\
* SLAPY2 returns sqrt(x**2+y**2), taking care not to cause unnecessary\n\
* overflow.\n\
*\n\n\
* Arguments\n\
* =========\n\
*\n\
* X (input) REAL\n\
* Y (input) REAL\n\
* X and Y specify the values x and y.\n\
*\n\n\
* =====================================================================\n\
*\n"
|