Changes between Initial Version and Version 3 of Ticket #31839
- Timestamp:
- Jul 29, 2020, 5:57:34 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31839
- Property Has patch set
-
Ticket #31839 – Description
initial v3 5 5 - `Log2` and `Log10` -- simple logarithm functions without needing to provide the base. 6 6 - `ACosh`, `ASinh`, `ATanh`, `Cosh`, `Sinh`, and `Tanh` -- hyperbolic functions. 7 - `BitLength` and ` OctetLength` -- length of string in bits and bytes, complement to `Length` which is character length.7 - `BitLength` and `ByteLength` -- length of string in bits and bytes, complement to `Length` which is character length.