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