docs-v2/content/v2.0/reference/flux/functions/math/signbit.md

459 B

title description menu weight
math.signbit() function The math.signbit() function reports whether `x` is negative or negative zero.
v2_0_ref
name parent
math.signbit Math
301

The math.signbit() function reports whether x is negative or negative zero.

Output data type: Boolean

import "math"

math.signbit(x: -1.2)

// Returns true

Parameters

x

The value used in the evaluation.

Data type: Float