IN DEVELOPMENT
OpenInsight Development Suite 9.3 will include the following new extended math functions:

_addx (add)
_subx (subtract)
_mulx (multiply)
_divx (divide)

These functions allow you to perform math operations using full precision or a specified precision.

The _addx function adds two numbers. The required precision (number of decimal places) is an optional parameter. The syntax is as follows:

ans = _addx( num1, num2 [, decimalPlaces] )
For example:

a = "10.3456"
b = "4.567"
decimalPlaces = 2

x1 = _addx( a, b, decimalPlaces )
x2 = _addx( a, b ); * // For full precision.

// x1 will return 14.91
// x2 will return 14.9126

The _subx function subtracts two numbers. The required precision (number of decimal places) is an optional parameter. The syntax is as follows:

ans = _subx( num1, num2 [, decimalPlaces] )
For example:

a = "10.3456"
b = "4.567"
decimalPlaces = 2

x1 = _subx( a, b, decimalPlaces )
x2 = _subx( a, b ); * // For full precision.

// x1 will return 5.78
// x2 will return 5.7786

The _mulx function multiplies two numbers. The required precision (number of decimal places) is an optional parameter. The syntax is as follows:

ans = _mulx( num1, num2 [, decimalPlaces] )
For example:

a = "10.3456"
b = "4.567"
decimalPlaces = 2

x1 = _mulx( a, b, decimalPlaces )
x2 = _mulx( a, b ); * // For full precision.

// x1 will return 47.25
// x2 will return 47.2483552

The _divx function divides two numbers. The required precision (number of decimal places) is an optional parameter. The syntax is as follows:

ans = _divx( num1, num2 [, decimalPlaces] )
For example:

a = "10.3456"
b = "4"
decimalPlaces = 4

x1 = _divx( a, b, decimalPlaces )
x2 = _divx( a, b ); * // For full precision.

// x1 will return 2.6140
// x2 will return 2.6140000000000 ...
<padded to 128 decimal places>

 

REVELATION USERS' CONFERENCE 2011
Early Bird Pricing Expires on August 15Just a quick reminder that Early Bird Pricing expires on August 15, 2011. Make your Conference reservations now!!

The Revelation Users' Conference will be returning to the Rio All-Suite Hotel and Casino in Las Vegas, Nevada. The conference dates are Tuesday, October 4th - Friday, October 7th, 2011. Don't delay reserving your room accommodations. Everyone should make their own hotel reservations at the Rio Hotel. You will need to identify yourself as part of the Revelation Software Conference. Call 1-888-746-6955 and refer to Group Code SRREV11. Please make your room reservations prior to September 1, 2011, as the room block will close.

Check out REVELATIONCONFERENCE.COM for complete conference details. Knowledge is Power, take your seat for learning.

NEW WORKS FORUM
Our new Works Forum is up and running and it has been written with our OpenInsight for Web (O4W) toolkit. In fact, the entire forum was written using the O4W Form Designer, Report Designer and associated commuter module. Click HERE to see our Works Forum FAQ. The Online Discussion will be converted to this new format in the coming months.
AUTUMN 2011 TRAINING CALENDAR
The Autumn 2011 Training Calendar has been published. Please note that classes resume in September. Click HERE for the Class schedule.
FOLLOW US
Become a friend or a follower. Just click the icons to get our RSS Feeds, LinkedIn Profile, Facebook or YouTube page.