| ... | @@ -9273,7 +9273,7 @@ fn doTheTest() !void { | ... | @@ -9273,7 +9273,7 @@ fn doTheTest() !void { |
| 9273 | {#header_open|@sin#} | 9273 | {#header_open|@sin#} |
| 9274 | <pre>{#syntax#}@sin(value: anytype) @TypeOf(value){#endsyntax#}</pre> | 9274 | <pre>{#syntax#}@sin(value: anytype) @TypeOf(value){#endsyntax#}</pre> |
| 9275 | <p> | 9275 | <p> |
| 9276 | Sine trigonometric function on a floating point number. Uses a dedicated hardware instruction | 9276 | Sine trigonometric function on a floating point number in radians. Uses a dedicated hardware instruction |
| 9277 | when available. | 9277 | when available. |
| 9278 | </p> | 9278 | </p> |
| 9279 | <p> | 9279 | <p> |
| ... | @@ -9284,7 +9284,7 @@ fn doTheTest() !void { | ... | @@ -9284,7 +9284,7 @@ fn doTheTest() !void { |
| 9284 | {#header_open|@cos#} | 9284 | {#header_open|@cos#} |
| 9285 | <pre>{#syntax#}@cos(value: anytype) @TypeOf(value){#endsyntax#}</pre> | 9285 | <pre>{#syntax#}@cos(value: anytype) @TypeOf(value){#endsyntax#}</pre> |
| 9286 | <p> | 9286 | <p> |
| 9287 | Cosine trigonometric function on a floating point number. Uses a dedicated hardware instruction | 9287 | Cosine trigonometric function on a floating point number in radians. Uses a dedicated hardware instruction |
| 9288 | when available. | 9288 | when available. |
| 9289 | </p> | 9289 | </p> |
| 9290 | <p> | 9290 | <p> |
| ... | @@ -9295,7 +9295,7 @@ fn doTheTest() !void { | ... | @@ -9295,7 +9295,7 @@ fn doTheTest() !void { |
| 9295 | {#header_open|@tan#} | 9295 | {#header_open|@tan#} |
| 9296 | <pre>{#syntax#}@tan(value: anytype) @TypeOf(value){#endsyntax#}</pre> | 9296 | <pre>{#syntax#}@tan(value: anytype) @TypeOf(value){#endsyntax#}</pre> |
| 9297 | <p> | 9297 | <p> |
| 9298 | Tangent trigonometric function on a floating point number. | 9298 | Tangent trigonometric function on a floating point number in radians. |
| 9299 | Uses a dedicated hardware instruction when available. | 9299 | Uses a dedicated hardware instruction when available. |
| 9300 | </p> | 9300 | </p> |
| 9301 | <p> | 9301 | <p> |