EXP

Contents


exp returns its parameter's exponential.

 

Syntax

   exp(num_exp)

 

Parameters

Element

Description

Restrictions

num_exp

Numeric Expression

-1e80< num_exp <=184

 

Examples

   Y = exp(pi)

 

Description and Comments

This function returns the parameter's exponential (power of e).

exp is the inverse of the In function.

The result type is Double.

 

Associated Errors

Error

Description

ERMODE (10)

The parameter is not numeric.

ERHUGE (13)

| num_exp | > 184,89995462

 

Associated Keywords

LN - LOG


CONTENTS


Copyright © Sage 1999 - 2007