Module flowstdlib::math

source ·
Expand description

Math Functions and flows functions for maths operations on data

Math (//flowstdlib/math)

Math Functions

Modules

  • A module with a function to add two Numbers
  • A module with functions to compare data elements
  • A module with a function to divide two Numbers
  • A module with a function to multiply two Numbers
  • A flow to generate numbers within a range
  • A module with a function to split a range of Numbers, into two sub-ranges
  • A flow to generate a sequence of numbers
  • A module with a function to calculate the square root of a Number
  • A module with a function to subtract two Numbers