Number Actions

Content Type: Module
Categories: Utility

Overview

java number and math actions and examples of their usage in microflows.

Documentation

Description

Number actions and utils - java actions on numbers and microflows that use them.




Typical usage scenario

When you want to get some data about numbers .




Features and limitations

Currently enabling:

  • genreate random number
  • check if number is prime
  • get nth fibonacci number
  • get number in reverse
  • get number of digits

Releases

Version: 6.0.0
Framework Version: 9.24.0
Release Notes: Minor fix.
Version: 5.0.0
Framework Version: 9.24.0
Release Notes: minor changes to java code
Version: 4.0.0
Framework Version: 9.24.0
Release Notes: minor java updates
Version: 3.0.0
Framework Version: 9.24.0
Release Notes: added "number of digits" flow
Version: 2.0.0
Framework Version: 9.24.0
Release Notes: Added "reverse number" java action and microflow.
Version: 1.0.0
Framework Version: 9.24.0
Release Notes: initial actions: generate random number, get nth fibonacci number and check if number is prime.