Class SqrtDecimal

All Implemented Interfaces:
FlFunction<org.faktorips.codegen.JavaCodeFragment>, FunctionSignature

public class SqrtDecimal extends AbstractFlFunction
A class that implements the square root of a Decimal.
Author:
hbaagil
Since:
3.11.0
  • Constructor Details

    • SqrtDecimal

      public SqrtDecimal(String name, String description)
      Constructs a square root function.
      Parameters:
      name - The name of the function.
      description - The description of the function.
  • Method Details