Changes between Initial Version and Version 3 of Ticket #31839


Ignore:
Timestamp:
Jul 29, 2020, 5:57:34 PM (4 years ago)
Author:
Nick Pope
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31839

    • Property Has patch set
  • Ticket #31839 – Description

    initial v3  
    55- `Log2` and `Log10` -- simple logarithm functions without needing to provide the base.
    66- `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.
Back to Top