Index | Home | Forums
Oracle PL/SQL Example 2-2 Using BINARY_FLOAT and BINARY_DOUBLE

Example 2-2 Using BINARY_FLOAT and BINARY_DOUBLE

DECLARE
   x BINARY_FLOAT := sqrt(2.0f); -- single-precision floating-point number
   y BINARY_DOUBLE := sqrt(2.0d); -- double-precision floating-point number
BEGIN
   NULL;
END;
/

This page was generated on/at Feb 23,2008 00:20:12
General comments and questions regarding this document should be sent by email to info@oracleabc.com or post your comments here




Index | Home | Forums
Oracle PL/SQL Example 2-2 Using BINARY_FLOAT and BINARY_DOUBLE

Example 2-2 Using BINARY_FLOAT and BINARY_DOUBLE

DECLARE
   x BINARY_FLOAT := sqrt(2.0f); -- single-precision floating-point number
   y BINARY_DOUBLE := sqrt(2.0d); -- double-precision floating-point number
BEGIN
   NULL;
END;
/

This page was created by oracleabc.com on Feb 23,2008 00:09:02
General comments and questions regarding this document should be sent by email to info@oracleabc.com or post your comments here