Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

<?php /** * Returns exp(number) - 1, computed in a way that is accurate even when the..

Decoded Output download

<?php

/**
 * Returns exp(number) - 1, computed in a way that is accurate even
   when the value of number is close to zero
 *
 * @phpstub
 *
 * @param float $arg
 *
 * @return float 'e' to the power of  minus one
 */
function expm1($arg)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Returns exp(number) - 1, computed in a way that is accurate even
   when the value of number is close to zero
 *
 * @phpstub
 *
 * @param float $arg
 *
 * @return float 'e' to the power of  minus one
 */
function expm1($arg)
{
}

Function Calls

None

Variables

None

Stats

MD5 e8d196db4da46bf6736321993e9607fe
Eval Count 0
Decode Time 92 ms