nelson v0.3.7 Release Notes

Release Date: 2019-07-23 // almost 5 years ago
  • ๐Ÿ”‹ Features:

    • dec2base builtin: Convert decimal number to another base.

    • dec2bin builtin: Convert decimal number to base 2.

    • dec2hex builtin: Convert decimal number to base 16.

    • base2dec builtin: Convert number in a base to decimal.

    • bin2dec builtin: Convert number in base 2 to decimal.

    • hex2dec builtin: Convert number in base 16 to decimal.

    • flintmax builtin: Largest consecutive integer in floating-point format.

    • realmax builtin: Largest positive floating-point number.

    • struct builtin extended to convert object created by 'class' to structure.

    ๐Ÿ› Bug Fixes:

    • #214: nargin, nargin were slower than 0.3.5.

    • #213: fix typo in banner help.

    Compilation:

    • #212: MATIO 1.5.16 used all platforms.

    • #211: BOOST 1.70 on Windows platforms.

    • allocateArrayOf and new_with_exception no more set memory to zero by default. This speed up array constructors.