div

div — does division on the value of a point.

Syntax

(append name number [secs] [nano])
    

Arguments

name

The name of a point, which must be a number type.

number

A value to divide the value of the point by.

secs

The time in seconds. If this is not specified, the current date and time in seconds is used.

nano

A fraction of a second, in nanoseconds. If this is not specified, the number of nanoseconds past the current date and time is used.

Returns

A message indicating success or error. Please refer to Return Syntax for details.

Description

This command is used to divide to the value of a point.