authorgravatar for jamesrcalabro@gmail.comjcalabro <jamesrcalabro@gmail.com> 2023-06-13 16:37:26-04:00
committergravatar for git@vexu.euVeikka Tuominen <git@vexu.eu> 2023-06-14 06:04:52-07:00
log666ae24816541e80e3cf9f5d4d73dcce7c4481de
treed68ae49f69064c37f194326e52da926ff4ef2623
parent38fc826a5a82bbe11a893be11d3cc1439c477ee8

Clarify @sin, @cos, @tan use radians


1 files changed, 3 insertions(+), 3 deletions(-)

doc/langref.html.in+3-3
...@@ -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 instruction9276 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 instruction9287 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>