Difference between revisions of "FLOAT()"

From Lianjapedia
Jump to: navigation, search
 
Line 19: Line 19:
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Functions]]
 
[[Category:Functions]]
[[Category:Numeric Data]]
 
 
[[Category:Numeric Data Functions]]
 
[[Category:Numeric Data Functions]]

Latest revision as of 08:58, 4 February 2013

Purpose

Function to return a numeric value

Syntax

FLOAT(<expN>)

See Also

BIN2I(), BIN2L(), BIN2W(), I2BIN(), L2BIN()

Description

The FLOAT() function returns the <expN> as a numeric value. This function has been added for compatibility purposes.

Example

? float(2.5)
       2.5