Skip to content

Floating point data Tile#


alt text A tile used to store floating point data type.

Description#

Description

  • This Tile is used to store Data.
  • For more details check Wikipedia

Output#

Data#

Info
  • Return
    Floating Point data defaults to 0.
    
  • Usage
    Used for numeric values.
    

Real Signature#

Signature

  • A plain language description of the function associated with the tile
    def addition(x, y):
        return x + y