Description: Calculates the square root of factor 2 and stores it in the result field.
Legacy RPG400 Example:
C SQRT Number Root 50
Modern RPGLE Example:
dcl-s Root packed(5:0);
Root = %sqrt(Number);
From AS400 to iSeries to System i to IBM i on Power
Description: Calculates the square root of factor 2 and stores it in the result field.
Legacy RPG400 Example:
Modern RPGLE Example:
Session expired
Please log in again. The login page will open in a new tab. After logging in you can close it and return to this page.