ptriangle: Perimeter of triangle

Description Usage Arguments Value Examples

View source: R/sbbfunction.R

Description

Compute the perimeter of triangle shape

Usage

1
ptriangle(a, b, c)

Arguments

a

is the first side length

b

is the second side length

c

is the third side length

Value

The perimeter of triangle

Examples

1
2
perimeter1 <- ptriangle(5,2,4);
perimeter2 <- ptriangle(8,3,1);

utaridina/pav7 documentation built on Dec. 23, 2021, 2:04 p.m.