Skip to content

Commit

Permalink
facepalm, again
Browse files Browse the repository at this point in the history
  • Loading branch information
not-napoleon committed Jan 8, 2024
1 parent 21ba964 commit f34a38a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,6 @@ SHOW functions
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" | "Returns the hyperbolic sine of a number" | false | false
}
// end::showFunctionsFiltered-result[]
;

Expand Down

0 comments on commit f34a38a

Please sign in to comment.