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