BIS fnc berp: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " |p1= |r1= |x1= }}" to " |p1= |r1= |x1= |seealso= }}")
(Created page proper)
Line 6: Line 6:
|gr1= Interpolation
|gr1= Interpolation


|descr= ''N/A''
|descr= Derivative of the Kelvin function ber.


|s1= [] call [[BIS_fnc_berp]]
|s1= [a, b, delta] call [[BIS_fnc_berp]]


|p1=  
|p1=a: [[Number]] - (Optional, default 0) First point (start)


|r1=
|r1=[[Number]] - The interpolated value


|x1=
|x1=<sqf>private _value = [0, 1, 0.5] call BIS_fnc_berp;</sqf>


|seealso=
|seealso=[[BIS_fnc_berpVector]]
}}
|p2=b: [[Number]] - (Optional, default 0) Second point (end)|p3=delta: [[Number]] - (Optional, default 0) The delta time, 0..1}}

Revision as of 04:08, 20 February 2023

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