BIS_fnc_berp

From Bohemia Interactive Community
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Hover & click on the images for description

Description

Description:
Derivative of the Kelvin function ber.
Execution:
call
Groups:
Interpolation

Syntax

Syntax:
[a, b, delta] call BIS_fnc_berp
Parameters:
a: Number - (Optional, default 0) first point (start)
b: Number - (Optional, default 0) second point (end)
delta: Number - (Optional, default 0) the delta time, 0..1
Return Value:
Number - the interpolated value

Examples

Example 1:
private _value = [0, 1, 0.5] call BIS_fnc_berp;

Additional Information

See also:
BIS_fnc_berpVector

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note