Product Documentation
Cadence SKILL Language Reference
Product Version IC23.1, November 2023

add1

add1( 
n_number 
) 
=> n_result

Description

Adds one to a floating-point number or integer.

Arguments

n_number

Floating-point number or integer to increase by one.

Value Returned

n_result

n_number plus one.

Examples

add1( 59 )
=> 60

Related Topics

sub1

Arithmetic Functions


Return to top
 ⠀
X