HyperCrash

FLPOINT_LIST Operator

FLPOINT_LIST Operator

Previous topic Next topic No expanding text in this topic  

FLPOINT_LIST Operator

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

Description

Creates a list of floating point numbers.

Syntaxes

fplist = FLPOINT_LIST(

number1, number2, ...

) ;

fplist

 The list of floating point numbers.

number1

 The first real number to be included in the list.

fplist = FLPOINT_LIST( number1, number2, ..., comment ) ;

fplist

 The list of floating point numbers.

number1

 The first real number to be included in the list.

comment

 A string of characters describing the list.

Comments

This operator accepts an arbitrary number of numbers separated by commas. The character string comment may be used later as an axis legend, if a curve constructed with the list is plotted.