mirror of
https://github.com/lcn2/calc.git
synced 2025-08-19 01:13:27 +03:00
add help in advance for new log2 and logn builtins
NOTE: The `log2(x [,eps])` and `logn(x, n [,eps])` builtin functions are NOT yet implemented.
This commit is contained in:
4
help/ln
4
help/ln
@@ -32,9 +32,9 @@ LINK LIBRARY
|
||||
COMPLEX *c_ln(COMPLEX *x, NUMBER *eps)
|
||||
|
||||
SEE ALSO
|
||||
exp, acosh, asinh, atanh, log
|
||||
acosh, asinh, atanh, exp, ilog, ilogn, ilog10, ilog2, log, log2, logn
|
||||
|
||||
## Copyright (C) 1999,2021 Landon Curt Noll
|
||||
## Copyright (C) 1999,2021,2023 Landon Curt Noll
|
||||
##
|
||||
## Calc is open software; you can redistribute it and/or modify it under
|
||||
## the terms of the version 2.1 of the GNU Lesser General Public License
|
||||
|
Reference in New Issue
Block a user