Skip to content

Commit 0ef62ab

Browse files
Tyler WhitneyTyler Whitney
authored andcommitted
add requirements
1 parent b9ae1b1 commit 0ef62ab

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

docs/c-runtime-library/tgmath.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,11 @@ The following table lists the macros that are available in \<tgmath.h> and what
8282
`cimag` | - | - | - | [cimagf](reference/cimag-cimagf-cimagl.md) | [cimag](reference/cimag-cimagf-cimagl.md) | [cimagl](reference/cimag-cimagf-cimagl.md) |
8383
`cproj` | - | - | - | [cprojf](reference/cproj-cprojf-cprojl.md) | [cproj](reference/cproj-cprojf-cprojl.md) | [cprojl](reference/cproj-cprojf-cprojl.md) |
8484

85+
## Requirements
86+
87+
`/std:C11` or later is required.
88+
Windows SDK version 10.0.20201.0 or later.
89+
8590
## See also
8691

8792
[C Run-Time library reference](c-run-time-library-reference.md)

0 commit comments

Comments
 (0)