Skip to main content

Float

A float is a floating-point number (i.e. real number) that can be positive or negative.

The following operations are supported for floats:

  • +, -, *, /: addition, subtraction, multiplication, division
  • **: exponentiation
note

Floats in Nextflow can be backed by any of the following Java types: float, double, Float, Double.