Skip to content

Commit

Permalink
docs: fixed description of sign in the embedded docs (josdejong#3338)
Browse files Browse the repository at this point in the history
  • Loading branch information
witer33 authored Dec 18, 2024
1 parent a9b3823 commit 0443af5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/expression/embeddedDocs/function/arithmetic/sign.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export const signDocs = {
'sign(x)'
],
description:
'Compute the sign of a value. The sign of a value x is 1 when x>1, -1 when x<0, and 0 when x=0.',
'Compute the sign of a value. The sign of a value x is 1 when x>0, -1 when x<0, and 0 when x=0.',
examples: [
'sign(3.5)',
'sign(-4.2)',
Expand Down

0 comments on commit 0443af5

Please sign in to comment.