View comments | RSS feed
Contents > CFML Reference > ColdFusion Functions > Functions by category > Mathematical functions PreviousNext

Mathematical functions

Abs

BitNot

FormatBaseN

Randomize

ACos

BitOr

IncrementValue

RandRange

ArrayAvg

BitSHLN

InputBaseN

Round

ArraySum

BitSHRN

Int

Sgn

ASin

BitXor

Log

Sin

Atn

Ceiling

Log10

Sqr

BitAnd

Cos

Max

Tan

BitMaskClear

DecrementValue

Min

 

BitMaskRead

Exp

Pi

 

BitMaskSet

Fix

Rand

 


Contents > CFML Reference > ColdFusion Functions > Functions by category > Mathematical functions PreviousNext

ColdFusion 8 | ColdFusion MX 7 | ColdFusion MX 6.1 | ColdFusion MX | Forums | Developer Center | Bug Reporting

Version 6.1

Comments are no longer accepted for ColdFusion MX 6.1. ColdFusion 8 is the current version.

Comments


hardwood said on Jan 13, 2005 at 9:35 AM :
Can't seem to find any documentation on the Mathematical function "MOD". I know it exists, but can't find it listed anywhere.
anclarke said on Feb 28, 2005 at 4:30 PM :
For modulus operations, just try something like this: #evaluate(5 mod 3)#
marnen said on Aug 12, 2005 at 3:22 PM :
MOD isn't listed here because it's an operator (like +, AND), not a function. You should find it listed with the other operators.

 

RSS feed | Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/coldfusion/6.1/htmldocs/functi14.htm