Softpedia
 

MAC CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • EarthDesk 5.8.5
  • GraphicConverter 8...
  • MacPorts 2.1.1
  • CCleaner 1.03.131
  • Quicksilver ß68 Bu...
  • TextWrangler 4.0.1...
  • Google Chrome 21.0...
  • Winclone 3.3
  • ScreenFlow 3.0.6
  • Apple Security Upd...
  • 7-DAY TOP DOWNLOAD
    #
    Program
    Minecraft 1.2.5
    7,381 downloads
    iPhone and iPod
    Firmware (iOS) 5.1.1

    6,047 downloads
    Java for Mac OS X
    10.7 Update 2012-003
    / 10.6 Update 8 /
    10.5 Update 10

    4,241 downloads
    Apple Xcode 4.3.2
    3,487 downloads
    SPSS Statistics
    20.0.0

    2,959 downloads
    Cheat Engine 5.6.1
    2,915 downloads
    Mac Boy Advance
    1.7.6

    2,635 downloads

    downloads
    Internet Explorer
    5.2.3

    2,276 downloads
    Canon PIXMA MP280
    Driver 10.51.2.0

    2,184 downloads
    Home > Mac > Developer Tools > fp Plugin > Changelog

    fp Plugin 5.1 - Changelog


    What's new in fp Plugin 5.1:

    January 31st, 2012

    · Corrects a bug in fpLnFactorial which limited precision, and gives a better output precision to fpBigFactorial.



    What's new in fp Plugin 5.0:

    January 28th, 2012

    Adds the functions:
    · fpLnFactorial(x As BigFloat) As BigFloat // this is the natural log of Gamma(x+1) computed using the asymptotic series for ln(Gamma(x+1))
    · fpBigFactorial(x As BigFloat) As String // This uses fpLnFactorial. Then Gamma(x+1) is generated as a string number with an exponent of 10 which can be much larger than any exponent in a BigFloat.
    · fpGetNumberFromLog(logNumber As BigFloat) As String // converts the log of a number into a string with that number with an exponent of 10 which can be much larger than any exponent in a BigFloat.



    What's new in fp Plugin 4.9:

    December 10th, 2011

    · Adds several bitwise functions for the BigInteger type.



    What's new in fp Plugin 4.8:

    September 5th, 2011

    · Adds the ability to handle fractions to the fpConvBase function.



    What's new in fp Plugin 4.7:

    August 31st, 2011

    · Adds the ability to handle floating point numbers to the fpConvBase function.



    What's new in fp Plugin 4.6:

    August 20th, 2011

    · Corrects a bug in the fpIsItEven function.



    What's new in fp Plugin 4.5:

    August 18th, 2011

    · Allows the bitWise operators And, Or, and Xor to be used between two BigIntegers or between a BigInteger and an Integer. And a number base from 2 to 65,536 can be chosen for input and output of BigIntegers.



    What's new in fp Plugin 4.3:

    August 9th, 2011

    · Corrects a bug in the BigFloat function fpIsItInteger.



    What's new in fp Plugin 4.2:

    June 10th, 2011

    · Adds binary Gray code to the function fpConvBase.



    What's new in fp Plugin 4.1:

    February 3rd, 2011

    · Adds the ability to set "Round To Zero" to ON or OFF for the roots of a polynomial.



    What's new in fp Plugin 4.0:

    January 30th, 2011

    · Has functions which use Laguerre's Method to find all the roots of a polynomial to any chosen precision.



    What's new in fp Plugin 3.6:

    September 23rd, 2010

    · Is console safe. It also adds the function: fpConvBase(numberString As String, baseTo As Integer, baseFrom As Integer, numPlaces As Integer, toUpperCase As Boolean) As String // 2



    What's new in fp Plugin 3.5:

    September 22nd, 2010

    · Adds the function: fpRandom2(n As Integer) As BigInteger // generates a pseudo-random BigInteger of bit length n



    What's new in fp Plugin 3.4:

    September 7th, 2010

    · Adds the function fpExtendedGCD, which implements the Extended Euclidean Algorithm.



    What's new in fp Plugin 3.3:

    July 31st, 2010

    · Adds support for Mac Cocoa.



    What's new in fp Plugin 3.2:

    March 9th, 2010

    · Corrects a bug in the BigInteger fpRandom function.
    · Updates the documentation to remove a mistaken reference to a BigFloat fpRandom function.



    What's new in fp Plugin 3.1:

    February 19th, 2010

    · Works with OS X 10.4, 10.5, and 10.6.



    What's new in fp Plugin 3.0:

    December 7th, 2009

    · Adds the BigComplex type. For BigInteger, BigFloat, or BigComplex arguments, it changes the names of the standard functions by prefixing them with "fp".
    · So for a BigFloat argument, x, you should use "fpsqrt(x)" not "sqrt(x)", "fpcos(x)" not "cos(x)", and so on for all the standard functions. Read "fpPlugin Desc.rtf" for an explanation.



    What's new in fp Plugin 2.5:

    October 29th, 2009

    · Adds the Beta Function, the Incomplete Beta Function, the Error Functions, the Exponential Integral, the Fresnel Integrals, and the Confluent Hypergeometric Function.



    What's new in fp Plugin 2.0:

    October 15th, 2009

    · Adds Euler's Constant and the Bessel functions for both integer and non-integer orders.



    What's new in fp Plugin 1.6:

    September 27th, 2009

    · Corrects a rare subtraction bug.



    What's new in fp Plugin 1.5:

    April 7th, 2009

    · Adds the ability for BigIntegers to mix with the types INT64, UINT64, UINT32, INT16, UINT16, INT8, and UINT8 for arithmetic operations and comparisons.
    · Many fpEquate functions have been added for conversions between BigIntegers and the REALbasic numeric types, with an exception raised when the conversion is invalid.



    What's new in fp Plugin 1.4:

    April 2nd, 2009

    · Adds the ability for BigIntegers to mix with the types INT64 and UINT64 for arithmetic operations and comparisons.



    What's new in fp Plugin 1.3:

    March 25th, 2009

    · Has a much faster conversion of a large BigInteger to a String.



    What's new in fp Plugin 1.2.1:

    March 23rd, 2009

    · Adds fpFactorial(x) for BigInteger. The plugin computes x! using its definition. The result is always exact, unless there is overflow.



    What's new in fp Plugin 1.2:

    March 22nd, 2009

    · Adds fpFactorial(x) for BigFloat. Depending on the value of x, this is either x! or Gamma(x+1).



    What's new in fp Plugin 1.1:

    March 18th, 2009

    · Adds fpNthRoot and fpIsItEven for BigIntegers, and adds fpIsItInteger for BigFloat.



    What's new in fp Plugin 1.0:

    March 6th, 2009

    · Initial release.




    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM