MathFun: Miscellaneous Mathematical Functions

MathFunR Documentation

Miscellaneous Mathematical Functions

Description

The function abs(x) computes the absolute value of x, while sqrt(x) computes the square root of x.

Usage

## S4 method for signature 'dual'
sqrt(x)

## S4 method for signature 'dual'
abs(x)

Arguments

x

a dual object or numeric value.

Value

A dual object containing the transformed values according to the chosen function.

Examples

x <- dual(4.3, 1:0)
y <- dual(7.6, 0:1)
abs(-2.2 * x + 0.321 * y)
sqrt(y - x)


dual documentation built on Oct. 3, 2023, 9:07 a.m.