Product Documentation
Cadence SKILL Language Reference
Product Version IC23.1, November 2023

saveFloat

saveFloat( 
f_number 
) 
=> t_string

Description

Serializes the given floating point number (f_number) to string (t_string).

Arguments

f_number

The floating point number that needs to be serialized.

Value Returned

t_string

The string representation of f_number.

Examples

str = saveFloat(1.4106)
=> "float:3ff6a09e667f3bcd@3ff691d14e3bcd36"

Related Topics

Core Functions


Return to top
 ⠀
X