mirror of
https://github.com/lcn2/calc.git
synced 2025-08-19 01:13:27 +03:00
add new versin and vercos builtin functions
Added new versin(x, [,eps]) for versed sine and vercos(x, [,eps]) for versed cosine. Updated trig help files.
This commit is contained in:
@@ -550,3 +550,9 @@ E_LOGN_2 Non-numeric first argument for logn
|
||||
E_LOGN_3 Cannot calculate logn for this value
|
||||
E_LOGN_4 Cannot calculate logn for this log base
|
||||
E_LOGN_5 Non-numeric second argument for logn
|
||||
E_VERSIN1 Bad epsilon for versin
|
||||
E_VERSIN2 Bad first argument for versin
|
||||
E_VERSIN3 Too-large im(argument) for versin
|
||||
E_VERCOS1 Bad epsilon for vercos
|
||||
E_VERCOS2 Bad first argument for vercos
|
||||
E_VERCOS3 Too-large im(argument) for vercos
|
||||
|
Reference in New Issue
Block a user