Package care.smith.top.top_phenotypic_query.c2reasoner.functions.arithmetic


package care.smith.top.top_phenotypic_query.c2reasoner.functions.arithmetic
  • Classes
    Class
    Description
    The function Add adds the two arguments.
    The function Divide divides the first argument by the second one.
    The function Ln calculates the natural logarithm.
    The function Multiply multiplies the two arguments.
    The function Power realizes the exponentiation operation.
    The function Round rounds the given number (1st argument) to the desired number of decimal places (2nd argument).
    The function Subtract subtracts the second argument from the first one.
    The function Sum adds all its arguments.