Module rfa::rfam

source ·

Constants

Functions

  • URSA_DINT- truncate to nearest whole number towards zero (double)
  • URSA_DNINT(A) - round to nearest whole number (double)
  • URSA_DSIGN(A,B) - magnitude of A with sign of B (double)
  • max(A,B) - larger (most +ve) of two numbers (generic)
  • min(A,B) - smaller (least +ve) of two numbers (generic)