diff --git a/doc/langref.html.in b/doc/langref.html.in index ae02ef570525..b6ea23aa81a5 100644 --- a/doc/langref.html.in +++ b/doc/langref.html.in @@ -9273,7 +9273,7 @@ fn doTheTest() !void { {#header_open|@sin#}
{#syntax#}@sin(value: anytype) @TypeOf(value){#endsyntax#}

- Sine trigonometric function on a floating point number. Uses a dedicated hardware instruction + Sine trigonometric function on a floating point number in radians. Uses a dedicated hardware instruction when available.

@@ -9284,7 +9284,7 @@ fn doTheTest() !void { {#header_open|@cos#}

{#syntax#}@cos(value: anytype) @TypeOf(value){#endsyntax#}

- Cosine trigonometric function on a floating point number. Uses a dedicated hardware instruction + Cosine trigonometric function on a floating point number in radians. Uses a dedicated hardware instruction when available.

@@ -9295,7 +9295,7 @@ fn doTheTest() !void { {#header_open|@tan#}

{#syntax#}@tan(value: anytype) @TypeOf(value){#endsyntax#}

- Tangent trigonometric function on a floating point number. + Tangent trigonometric function on a floating point number in radians. Uses a dedicated hardware instruction when available.