getCatLength: Calculates length of catenary

Description Usage Arguments Value Note Author(s) Examples

View source: R/getCatLength.R

Description

Takes left and right endpoints and catenary parameters and gives length

Usage

1
getCatLength(x0, x1, c1, c2)

Arguments

x0

left endpoint

x1

right endpoint

c1

catenary parameter

c2

catenary parameter

Value

length of catenary

Note

February 11 2013

Author(s)

Jono Tuke <simon.tuke@adelaide.edu.au>

Examples

1
getCatLength(x0=-1,x1=1,c1=1,c2=2)

catenary documentation built on May 2, 2019, 10:51 a.m.