"CFloat" (Compiled Type)
"CFloat" (Compiled Type)
"CFloat"
represents the C float type.
Examples
Basic Examples (2)
Compile a function that takes a "CFloat" as input:
cf = FunctionCompile[Function[Typed[arg, "CFloat"], arg]]cf[3.14]Create a constant with type "CFloat":
cf = FunctionCompile[Function[{}, Typed[12.5, "CFloat"]]]cf[]Tech Notes
Related Guides
History
Introduced in 2022 (13.1)