next_triangular {mappeR} | R Documentation |
Find which triangular number you're on
Description
Find which triangular number you're on
Usage
next_triangular(x)
Arguments
x |
A positive integer. |
Value
The index of the next greatest or equal triangular number to x
.
[Package mappeR version 1.3.0 Index]