Formats a double array using scientific notation with 16 digits precision,
similar to formatC(x, digits = 16, format = "e").
This is used to embed floating point constants into stableHLO programs.
Arguments
- x
(
double())
Vector to format.- precision
(
integer(1))
Currently supports 32 and 64 bit precisions.