Overload List
| # | Signature | Description |
|---|---|---|
| 1 | Matrix ArcSec(TMtx X) | Result = the ArcSec function from the source and return the result |
| 2 | Vector ArcSec(TVec X) | Result = the ArcSec function from the source and return the result |
Overload 1: Matrix ArcSec(TMtx X)
Compute the ArcSec function from the source and return the result.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtx | source TMtx |
Returns: Matrix
Remarks:
Internally calls Dew.Math.Matrix.ArcSec
Overload 2: Vector ArcSec(TVec X)
Compute the ArcSec function from the source and return the result.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TVec | source TVec |
Returns: Vector
Remarks:
Internally calls Dew.Math.Vector.ArcSec