Builtins

Builtins are functions that are “built in” to the isee software. They allow you to easily incorporate functions into building block equations.

Builtins are organized into the following categories (a full alphabetical list also appears below):

Documentation for each builtin function begins with the name of the builtin, followed by the arguments that are used to define the builtin. Arguments to builtins must be enclosed within parentheses ( ). Note that each builtin function argument is denoted by < >. When there are multiple arguments, they must be separated by a comma. Occasionally, there will be opportunity to include optional arguments when defining the builtin function. Optional arguments are denoted by square brackets [ ]. Thus, the form of a builtin function in the following documentation is:

Builtin(<argument 1>, <argument 2> [,<optional argument>])

When it's appropriate, an example is provided.

Quick links to all builtins: ABS, AND, ARCCOS, ARCSIN, ARCTAN, BETA, BINOMIAL, CAPACITY, CGROWTH, COMBINATIONS, COS, COSWAVE, COUNTER, CTFLOW, CTMAX, CTMEAN, CTMIN, CTSTDDEV, CYCLETIME, DELAY, DELAY1, DELAY3, DELAYN, DERIVN, DT, ELSE, ENDVAL, EXP, EXPRND, FACTORIAL, FORCST, FV, GAMMA, GEOMETRIC, GAMMALN, HISTORY, IF, INF, INIT, INT, INVNORM, LN, LOG10, LOGISTIC, LOGNORMAL, LOOKUP, MAX, MEAN, MIN, MOD, MONTECARLO, NORMAL, NORMALCDF, NOT, NPV, OR, OSTATE, PARETO, PERCENT, PERMUTATIONS, PI, PMT, POISSON, PREVIOUS, PROCTIME, PROD, PULSE, PV, RAMP, RANDOM, RANK, REWORK, ROUND, RUNCOUNT, SELF, SIN, SINWAVE, SIZE, SMTH1, SMTH3, SMTHN, SQRT, STARTTIME, STDDEV, STEP, STOPTIME, SUM, TAN, THEN, THROUGHPUT, TIME, TREND, TRIANGULAR, UNIFORM, WEIBULL

Concept Link IconSee Also