Skip to content

Commit

Permalink
facepalm
Browse files Browse the repository at this point in the history
  • Loading branch information
not-napoleon committed Jan 8, 2024
1 parent ee2c8c6 commit 21ba964
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ SHOW functions
// tag::showFunctionsFiltered-result[]
name:keyword | synopsis:keyword | argNames:keyword | argTypes:keyword | argDescriptions:keyword | returnType:keyword | description:keyword | optionalArgs:boolean | variadic:boolean
sin | "double sin(n:integer|long|double|unsigned_long)" |n |"integer|long|double|unsigned_long" | "An angle, in radians" | double | "Returns the trigonometric sine of an angle" | false | false
sinh | "double sinh(n:integer|long|double|unsigned_long)" |n |"integer|long|double|unsigned_long" | "The number to return the hyperbolic sine of" | "double" | "" | false | false
sinh | "double sinh(n:integer|long|double|unsigned_long)" |n |"integer|long|double|unsigned_long" | "The number to return the hyperbolic sine of" | "double" | "Returns the hyperbolic sine of a number" | false | false
}
// end::showFunctionsFiltered-result[]
;
Expand Down

0 comments on commit 21ba964

Please sign in to comment.