menuLanguageSetupTypeScriptTypeScript++RuntimeStandard LibraryWebNodeSystemsModulesdestack:mathComplexfConfigurationStatic AnalysisDynamic AnalysisDeploymentDocs/Language/Standard Library/Modules/destack:mathmdtxtComplexfimport { Complexf } from "destack:math";Single-precision complex number. language/library/src/math/complex.ds:171export type Complexf = Complex<float32>