Factorial error in num eval

Issue #74 resolved
Former user created an issue

Error in calculating factorial in num mode

factorial(4)=24.000000000000004 and not 24 factorial(5)=119.99999999999997 and not 120

Comments (4)

  1. Axel Kramer repo owner

    Fixed issue #74 by replacing all $s() calls with $rubi()

    • replaced all $s() calls with $rubi() in package org.matheclipse.core.integrate.rubi

    → <<cset 2e0451e46bd9>>

  2. Log in to comment