Funktionsglossar — Buchstabe C
335 Einträge. Zurück zur Übersicht · Unit-Verzeichnis
# · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
| Funktion | Signatur | Unit |
|---|---|---|
CachePurgeAll | (c: CFClient, zoneId: pchar): int64 | std.cloud.cf.cache |
CachePurgeFiles | (c: CFClient, zoneId: pchar, urls: int64, count: int64): int64 | std.cloud.cf.cache |
CachePurgeHosts | (c: CFClient, zoneId: pchar, hosts: int64, count: int64): int64 | std.cloud.cf.cache |
CachePurgePrefixes | (c: CFClient, zoneId: pchar, prefixes: int64, count: int64): int64 | std.cloud.cf.cache |
CachePurgeTags | (c: CFClient, zoneId: pchar, tags: int64, count: int64): int64 | std.cloud.cf.cache |
CacheRuleCreate | (c: CFClient, zoneId: pchar, description: pchar, expression: pchar, action: pchar, browserTTL: int64, edgeTTL: int64): int64 | std.cloud.cf.cache |
CacheRuleDelete | (c: CFClient, zoneId: pchar, ruleId: pchar): int64 | std.cloud.cf.cache |
CacheRuleList | (c: CFClient, zoneId: pchar): int64 | std.cloud.cf.cache |
CalculateBoundingBox | (center: GeoPoint, radiusM: int64): GeoBBox | std.geo |
CalculateBoundingBoxMax | (center: GeoPoint, radiusM: int64): GeoPoint | std.geo |
CalculateBoundingBoxMin | (center: GeoPoint, radiusM: int64): GeoPoint | std.geo |
calloc | (count: int64, elem_size: int64): int64 | std.alloc |
CapDrop | (capNum: int64): int64 | std.security_ext |
CapGet | (buf: int64): int64 | std.security_ext |
CapIsSet | (capNum: int64): int64 | std.security_ext |
CapSet | (buf: int64): int64 | std.security_ext |
CaptureCount | (): int64 | std.regex |
CaptureEnd | (group: int64): int64 | std.regex |
CaptureStart | (group: int64): int64 | std.regex |
CaptureText | (dest: pchar, text: pchar, group: int64): pchar | std.regex |
CartToCyl | (v: V3): Cyl | std.coordinates.transform |
CartToSphElev | (v: V3): SphElev | std.coordinates.transform |
CartToSphPolar | (v: V3): SphPolar | std.coordinates.transform |
CAS | (a: Atomic, expected: int64, newVal: int64): int64 | std.thread |
CASCheckDigit | (cas: int64): int64 | std.validate.cas |
CASNormalize | (cas: int64, out_buf: int64): int64 | std.validate.cas |
CASValidate | (cas: int64): int64 | std.validate.cas |
CeilF64 | (x: f64): f64 | std.math |
CelsiusToFahrenheit | (c: f64): f64 | std.units |
CelsiusToKelvin | (c: f64): f64 | std.units |
CFCacheRuleFree | (rule: CFCacheRule): void | std.cloud.cf.cache |
CFClientFree | (c: CFClient): void | std.cloud.cf.transport |
CFClientNew | (creds: CFCredentials): CFClient | std.cloud.cf.transport |
CFConfigLoad | (path: pchar): CFCredentials | std.cloud.cf.credentials |
CFConfigSave | (c: CFCredentials, path: pchar): int64 | std.cloud.cf.credentials |
CFCredentialsDefault | (): CFCredentials | std.cloud.cf.credentials |
CFCredentialsFree | (c: CFCredentials): void | std.cloud.cf.credentials |
CFCredentialsFromEnv | (): CFCredentials | std.cloud.cf.credentials |
CFCredentialsFromKey | (apiKey: pchar, email: pchar, accountId: pchar): CFCredentials | std.cloud.cf.credentials |
CFCredentialsFromToken | (token: pchar, accountId: pchar): CFCredentials | std.cloud.cf.credentials |
CFD1DatabaseFree | (db: CFD1Database): void | std.cloud.cf.d1 |
CFDelete | (c: CFClient, path: pchar): CFResponse | std.cloud.cf.transport |
CFDNSRecordFree | (r: CFDNSRecord): void | std.cloud.cf.dns |
CFEmailRuleFree | (r: CFEmailRule): void | std.cloud.cf.email |
CFEmailSettingsFree | (s: CFEmailSettings): void | std.cloud.cf.email |
CFErrorString | (code: int64): pchar | std.cloud.cf.transport |
cfExtractBool | (json: int64, jsonLen: int64, key: pchar): int64 | std.cloud.cf.transport |
cfExtractInt | (json: int64, jsonLen: int64, key: pchar): int64 | std.cloud.cf.transport |
cfExtractValue | (json: int64, jsonLen: int64, key: pchar): int64 | std.cloud.cf.transport |
CFFirewallRuleFree | (r: CFFirewallRule): void | std.cloud.cf.waf |
CFGet | (c: CFClient, path: pchar): CFResponse | std.cloud.cf.transport |
CFGetAll | (c: CFClient, path: pchar, perPage: int64): int64 | std.cloud.cf.transport |
CFHealthCheckFree | (h: CFHealthCheck): void | std.cloud.cf.lb |
CFIPAccessRuleFree | (r: CFIPAccessRule): void | std.cloud.cf.waf |
cfJsonBody | (keys: int64, vals: int64, count: int64): int64 | std.cloud.cf.core |
cfJsonEscape | (s: pchar): int64 | std.cloud.cf.core |
CFKVKeyFree | (k: CFKVKey): void | std.cloud.cf.kv |
CFKVNamespaceFree | (ns: CFKVNamespace): void | std.cloud.cf.kv |
CFLoadBalancerFree | (lb: CFLoadBalancer): void | std.cloud.cf.lb |
CFPageRuleFree | (pr: CFPageRule): void | std.cloud.cf.cache |
CFPagesDeploymentFree | (d: CFPagesDeployment): void | std.cloud.cf.pages |
CFPagesProjectFree | (p: CFPagesProject): void | std.cloud.cf.pages |
CFPatch | (c: CFClient, path: pchar, body: int64, bodyLen: int64): CFResponse | std.cloud.cf.transport |
cfPathBuild | (parts: int64, count: int64): int64 | std.cloud.cf.core |
CFPoolFree | (p: CFPool): void | std.cloud.cf.lb |
CFPost | (c: CFClient, path: pchar, body: int64, bodyLen: int64): CFResponse | std.cloud.cf.transport |
CFPut | (c: CFClient, path: pchar, body: int64, bodyLen: int64): CFResponse | std.cloud.cf.transport |
CFPutRaw | (c: CFClient, path: pchar, contentType: pchar, body: int64, bodyLen: int64): CFResponse | std.cloud.cf.transport |
CFRateLimitFree | (r: CFRateLimit): void | std.cloud.cf.waf |
CFResponseFree | (r: CFResponse): void | std.cloud.cf.transport |
cfSend | (c: CFClient, method: pchar, path: pchar, body: int64, bodyLen: int64): CFResponse | std.cloud.cf.transport |
cftAppend | (buf: int64, off: int64, s: pchar): int64 | std.cloud.cf.transport |
cftAppendInt | (buf: int64, off: int64, n: int64): int64 | std.cloud.cf.transport |
cftAppendN | (buf: int64, off: int64, s: int64, n: int64): int64 | std.cloud.cf.transport |
cftDup | (s: pchar): int64 | std.cloud.cf.transport |
cftDupN | (s: int64, n: int64): int64 | std.cloud.cf.transport |
CFTransformRuleFree | (tr: CFTransformRule): void | std.cloud.cf.cache |
CFTunnelFree | (t: CFTunnel): void | std.cloud.cf.tunnel |
CFValidateToken | (c: CFClient): int64 | std.cloud.cf.transport |
CFWorkerRouteFree | (r: CFWorkerRoute): void | std.cloud.cf.workers |
CFWorkerScriptFree | (s: CFWorkerScript): void | std.cloud.cf.workers |
CFZoneFree | (z: CFZone): void | std.cloud.cf.zones |
CHAHVCheckDigit | (ahv: int64): int64 | std.validate.ch_ahv |
CHAHVNormalize | (ahv: int64, out_buf: int64): int64 | std.validate.ch_ahv |
CHAHVValidate | (ahv: int64): int64 | std.validate.ch_ahv |
CharToLower | (c: int64): int64 | std.string |
CharToUpper | (c: int64): int64 | std.string |
Chdir | (path: pchar): int64 | std.fs_ext |
CheckSyscallError | (result: int64): bool | std.error |
Chmod | (path: pchar, mode: int64): bool | std.fs |
Chroot | (path: pchar): int64 | std.sysadmin |
CircleArea | (c: Circle): int64 | std.circle |
CircleBoundingRect | (c: Circle): Rect | std.circle |
CircleCircumference | (c: Circle): int64 | std.circle |
CircleContainsCircle | (c: Circle, inner: Circle): bool | std.circle |
CircleContainsPoint | (c: Circle, p: Vec2): bool | std.circle |
CircleDiameter | (c: Circle): int64 | std.circle |
CircleDistanceToCircle | (c: Circle, other: Circle): int64 | std.circle |
CircleDistanceToPoint | (c: Circle, p: Vec2): int64 | std.circle |
CircleEqual | (a: Circle, b: Circle): bool | std.circle |
CircleExpand | (c: Circle, amount: int64): Circle | std.circle |
CircleFromPoints | (p1: Vec2, p2: Vec2): Circle | std.circle |
CircleFromXYR | (x: int64, y: int64, r: int64): Circle | std.circle |
CircleIntersectsCircle | (a: Circle, b: Circle): bool | std.circle |
CircleIntersectsRect | (c: Circle, r: Rect): bool | std.circle |
CircleIsEmpty | (c: Circle): bool | std.circle |
CircleNew | (center: Vec2, radius: int64): Circle | std.circle |
CircleUnion | (a: Circle, b: Circle): Circle | std.circle |
CircleUnit | (): Circle | std.circle |
CivilDayFromDays | (days: int64): int64 | std.time |
CivilMonthFromDays | (days: int64): int64 | std.time |
CivilYearFromDays | (days: int64): int64 | std.time |
Clamp4 | (a0: int64, a1: int64, a2: int64, a3: int64, minVal: int64, maxVal: int64): int64[4] | std.math_batch |
ClampUint16 | (val: int64): int64 | std.conv |
ClampUint32 | (val: int64): int64 | std.conv |
ClampUint8 | (val: int64): int64 | std.conv |
ClearBit | (val: int64, bit_pos: int64): int64 | std.conv |
ClearScreen | (): void | std.lyxvision.drivers |
ClearToEol | (): void | std.lyxvision.drivers |
ClrEol | (): void | std.crt |
ClrScr | (): void | std.crt |
ClusterDisableButton | (c: TCluster, index: int64): TCluster | std.lyxvision.cluster |
ClusterDraw | (c: TCluster): TCluster | std.lyxvision.cluster |
ClusterEnableButton | (c: TCluster, index: int64): TCluster | std.lyxvision.cluster |
ClusterGetSelected | (c: TCluster): int64 | std.lyxvision.cluster |
ClusterIsButtonEnabled | (c: TCluster, index: int64): bool | std.lyxvision.cluster |
ClusterIsButtonMarked | (c: TCluster, index: int64): bool | std.lyxvision.cluster |
ClusterMarkButton | (c: TCluster, index: int64): TCluster | std.lyxvision.cluster |
ClusterNew | (x: int64, y: int64, w: int64, h: int64, numButtons: int64): TCluster | std.lyxvision.cluster |
ClusterPressButton | (c: TCluster, index: int64): TCluster | std.lyxvision.cluster |
ClusterSetSelected | (c: TCluster, index: int64): TCluster | std.lyxvision.cluster |
ClusterUnmarkButton | (c: TCluster, index: int64): TCluster | std.lyxvision.cluster |
CodepointToUtf8 | (cp: int64, dest: int64): int64 | std.text |
CodepointUtf8Len | (cp: int64): int64 | std.text |
ColorBlack | (): Color | std.color |
ColorBlend | (src: Color, dst: Color): Color | std.color |
ColorBlue | (): Color | std.color |
ColorBrighten | (c: Color, amount: int64): Color | std.color |
ColorBrown | (): Color | std.color |
ColorCyan | (): Color | std.color |
ColorDarken | (c: Color, amount: int64): Color | std.color |
ColorDistance | (c1: Color, c2: Color): int64 | std.color |
ColorEmpty | (): Color | std.color |
ColorEqual | (c1: Color, c2: Color): bool | std.color |
ColorFromHex | (hex: int64): Color | std.color |
ColorFromHexARGB | (hex: int64): Color | std.color |
ColorFromHexRGB | (hex: int64): Color | std.color |
ColorFromHSL | (h: int64, s: int64, l: int64): Color | std.color |
ColorGray | (gray: int64): Color | std.color |
ColorGrayDark | (): Color | std.color |
ColorGrayLight | (): Color | std.color |
ColorGrayscale | (c: Color): Color | std.color |
ColorGreen | (): Color | std.color |
ColorInvert | (c: Color): Color | std.color |
ColorIsOpaque | (c: Color): bool | std.color |
ColorIsTransparent | (c: Color): bool | std.color |
ColorIsValid | (c: Color): bool | std.color |
ColorLerp | (c1: Color, c2: Color, t: int64): Color | std.color |
ColorMagenta | (): Color | std.color |
ColorMix | (c1: Color, c2: Color): Color | std.color |
ColorMultiply | (c1: Color, c2: Color): Color | std.color |
ColorNew | (r: int64, g: int64, b: int64, a: int64): Color | std.color |
ColorNotEqual | (c1: Color, c2: Color): bool | std.color |
ColorOpaque | (): Color | std.color |
ColorOrange | (): Color | std.color |
ColorPink | (): Color | std.color |
ColorPurple | (): Color | std.color |
ColorRed | (): Color | std.color |
ColorRGB | (r: int64, g: int64, b: int64): Color | std.color |
ColorRGBA | (r: int64, g: int64, b: int64, a: int64): Color | std.color |
ColorSaturate | (c: Color, amount: int64): Color | std.color |
ColorToHex | (c: Color): int64 | std.color |
ColorToHexARGB | (c: Color): int64 | std.color |
ColorWhite | (): Color | std.color |
ColorWithAlpha | (c: Color, alpha: int64): Color | std.color |
ColorWithBlue | (c: Color, blue: int64): Color | std.color |
ColorWithGreen | (c: Color, green: int64): Color | std.color |
ColorWithRed | (c: Color, red: int64): Color | std.color |
ColorYellow | (): Color | std.color |
Compare | (uuidA: pchar, uuidB: pchar): int64 | std.uuid |
ComparePasswordHashes | (hash1: int64, hash2: int64): bool | std.hash |
CondBroadcast | (c: Cond): void | std.thread |
CondFree | (c: Cond): void | std.thread |
CondNew | (): Cond | std.thread |
CondSignal | (c: Cond): void | std.thread |
CondWait | (c: Cond, m: Mutex): void | std.thread |
ConnectAddr6 | (fd: int64, ip6Hi: int64, ip6Lo: int64, port: int64): int64 | std.net.socket |
ConnectV6 | (fd: int64, ip6Hi: int64, ip6Lo: int64, port: int64): int64 | std.net.socket |
ConstantTimeCompareBytes | (a: int64, b: int64, len: int64): bool | std.hash |
ContainerCheckDigit | (id: int64): int64 | std.validate.iso6346 |
ContainerGetOwner | (id: int64, out_buf: int64): int64 | std.validate.iso6346 |
ContainerGetSerial | (id: int64, out_buf: int64): int64 | std.validate.iso6346 |
ContainerValidate | (id: int64): int64 | std.validate.iso6346 |
Conv2D | (img: int64, w: int64, h: int64, k: int64, kw: int64, kh: int64, edge: int64, out: int64): bool | std.convolve |
Conv2DCorrelate | (img: int64, w: int64, h: int64, k: int64, kw: int64, kh: int64, edge: int64, out: int64): bool | std.convolve |
Conv2DGaussBlur | (img: int64, w: int64, h: int64, sigma: f64, edge: int64, out: int64): bool | std.convolve |
Conv2DSeparable | (img: int64, w: int64, h: int64, kx: int64, nkx: int64, ky: int64, nky: int64, edge: int64, out: int64): bool | std.convolve |
Conv2DSobelMagnitude | (img: int64, w: int64, h: int64, edge: int64, out: int64): bool | std.convolve |
ConvCorrelateDirect | (a: int64, na: int64, k: int64, nk: int64, mode: int64, edge: int64, out: int64): bool | std.convolve |
ConvDirect | (a: int64, na: int64, k: int64, nk: int64, mode: int64, edge: int64, out: int64): bool | std.convolve |
ConvFft | (a: int64, na: int64, k: int64, nk: int64, mode: int64, out: int64): bool | std.convolve |
ConvFilter | (a: int64, na: int64, k: int64, nk: int64, mode: int64, edge: int64, out: int64): bool | std.convolve |
ConvGaussLen | (sigma: f64): int64 | std.convolve |
ConvKernelBox | (out: int64, n: int64): bool | std.convolve |
ConvKernelGauss1D | (out: int64, n: int64, sigma: f64): bool | std.convolve |
ConvKernelGauss2D | (out: int64, n: int64, sigma: f64): bool | std.convolve |
ConvKernelLaplace | (out: int64): void | std.convolve |
ConvKernelSharpen | (out: int64): void | std.convolve |
ConvKernelSobelX | (out: int64): void | std.convolve |
ConvKernelSobelY | (out: int64): void | std.convolve |
ConvKernelSum | (k: int64, n: int64): f64 | std.convolve |
ConvNormalize | (k: int64, n: int64): bool | std.convolve |
ConvOutputLen | (na: int64, nk: int64, mode: int64): int64 | std.convolve |
ConvOverlapAdd | (a: int64, na: int64, k: int64, nk: int64, blockSize: int64, out: int64): bool | std.convolve |
ConvThreshold | (): int64 | std.convolve |
CorrectLongitudeForLatitude | (dLon: int64, lat: int64): int64 | std.geo |
CosF64 | (x: f64): f64 | std.math |
CountElements | (xml: pchar): int64 | std.xml |
CountLeadingZeros | (val: int64): int64 | std.conv |
CountryGetCode | (name: pchar): pchar | std.country |
CountryGetCount | (): int64 | std.country |
CountryGetCurrency | (code: pchar): pchar | std.country |
CountryGetName | (code: pchar): pchar | std.country |
CountryGetNumeric | (code: pchar): int64 | std.country |
CountryGetRegion | (code: pchar): int64 | std.country |
CountryGetRegionName | (region: int64): pchar | std.country |
CountryInitDb | (): int64 | std.country |
CountryIsValid | (code: pchar): int64 | std.country |
CountryStrEqual | (s1: int64, s2: int64): int64 | std.country |
CountTrailingZeros | (val: int64): int64 | std.conv |
CpuDispatchLevel | (): int64 | std.cpu.dispatch |
CpuFeatureDetect | (): int64 | std.cpu.features |
CpuHasAVX2 | (): int64 | std.cpu.features |
CpuHasSSE2 | (): int64 | std.cpu.features |
CpuHasSSE41 | (): int64 | std.cpu.features |
CpuSetAdd | (buf: int64, cpu: int64): void | std.sched |
CpuSetCount | (buf: int64): int64 | std.sched |
CpuSetHas | (buf: int64, cpu: int64): bool | std.sched |
CpuSetRemove | (buf: int64, cpu: int64): void | std.sched |
CpuSetZero | (buf: int64): void | std.sched |
CRC32 | (data: pchar, len: int64): int64 | std.zlib |
CreateArrayEntry | (name: pchar, text: pchar, output: pchar): int64 | std.xml |
createLayout | (layoutType: pchar): int64 | std.lfd_factory |
createWidget | (widgetType: pchar, parent: int64): int64 | std.lfd_factory |
CreditCardFormat | (number: pchar): int64 | std.validate.luhn |
CreditCardGenerateTest | (cardType: int64): int64 | std.validate.luhn |
CreditCardMask | (number: pchar): int64 | std.validate.luhn |
CreditCardType | (number: pchar): int64 | std.validate.luhn |
CreditCardTypeName | (cardType: int64): pchar | std.validate.luhn |
CreditCardValidate | (number: pchar): int64 | std.validate.luhn |
CTBarrettReduce | (a: int64, q: int64): int64 | std.crypto.ct |
CTEqual | (a: int64, b: int64): int64 | std.crypto.ct |
CTIsZero | (x: int64): int64 | std.crypto.ct |
CTMemEqual | (a: int64, b: int64, len: int64): int64 | std.crypto.ct |
CTMontgomeryReduce | (a: int64, q: int64, qinv: int64): int64 | std.crypto.ct |
CTSelect | (a: int64, b: int64, mask: int64): int64 | std.crypto.ct |
CWClose | (client: CWClient): void | std.cloud.cloudwatch |
CWConnect | (creds: AWSCreds, region: pchar): CWClient | std.cloud.cloudwatch |
CWDeleteAlarms | (client: CWClient, alarmName: pchar): int64 | std.cloud.cloudwatch |
CWDescribeAlarms | (client: CWClient, alarmName: pchar): int64 | std.cloud.cloudwatch |
CWGetMetricStatistics | (client: CWClient, ns: pchar, metricName: pchar, startTime: pchar, endTime: pchar, period: int64, statistic: pchar, unitName: pchar): int64 | std.cloud.cloudwatch |
CWListMetrics | (client: CWClient, ns: pchar, metricName: pchar): int64 | std.cloud.cloudwatch |
CWLogsClose | (client: CWLogsClient): void | std.cloud.cloudwatch |
CWLogsConnect | (creds: AWSCreds, region: pchar): CWLogsClient | std.cloud.cloudwatch |
CWLogsCreateLogGroup | (client: CWLogsClient, groupName: pchar): int64 | std.cloud.cloudwatch |
CWLogsCreateLogStream | (client: CWLogsClient, groupName: pchar, streamName: pchar): int64 | std.cloud.cloudwatch |
CWLogsDeleteLogGroup | (client: CWLogsClient, groupName: pchar): int64 | std.cloud.cloudwatch |
CWLogsDescribeLogGroups | (client: CWLogsClient, prefix: pchar): int64 | std.cloud.cloudwatch |
CWLogsDescribeLogStreams | (client: CWLogsClient, groupName: pchar, prefix: pchar): int64 | std.cloud.cloudwatch |
CWLogsFilterLogEvents | (client: CWLogsClient, groupName: pchar, pattern: pchar, startTime: int64, endTime: int64, limit: int64): int64 | std.cloud.cloudwatch |
CWLogsGetLogEvents | (client: CWLogsClient, groupName: pchar, streamName: pchar, startTime: int64, endTime: int64, limit: int64): int64 | std.cloud.cloudwatch |
CWLogsGetQueryResults | (client: CWLogsClient, queryId: pchar): int64 | std.cloud.cloudwatch |
CWLogsPutLogEvents | (client: CWLogsClient, groupName: pchar, streamName: pchar, messages: int64, timestamps: int64, count: int64, sequenceToken: pchar): int64 | std.cloud.cloudwatch |
CWLogsPutRetentionPolicy | (client: CWLogsClient, groupName: pchar, retentionDays: int64): int64 | std.cloud.cloudwatch |
CWLogsStartQuery | (client: CWLogsClient, groupName: pchar, query: pchar, startTime: int64, endTime: int64): int64 | std.cloud.cloudwatch |
CWPutMetricAlarm | (client: CWClient, alarmName: pchar, ns: pchar, metricName: pchar, comparison: pchar, threshold: int64, period: int64, evalPeriods: int64, statistic: pchar, actionsEnabled: int64, alarmArn: pchar): int64 | std.cloud.cloudwatch |
CWPutMetricData | (client: CWClient, ns: pchar, data: int64, count: int64): int64 | std.cloud.cloudwatch |
CxAbs | (z: Cx): f64 | std.complex |
CxAbs2 | (z: Cx): f64 | std.complex |
CxAcos | (z: Cx): Cx | std.complex |
CxAcosh | (z: Cx): Cx | std.complex |
CxAdd | (a: Cx, b: Cx): Cx | std.complex |
CxAddReal | (a: Cx, x: f64): Cx | std.complex |
CxApproxEq | (a: Cx, b: Cx, eps: f64): bool | std.complex |
CxArg | (z: Cx): f64 | std.complex |
CxAsin | (z: Cx): Cx | std.complex |
CxAsinh | (z: Cx): Cx | std.complex |
CxAtan | (z: Cx): Cx | std.complex |
CxAtanh | (z: Cx): Cx | std.complex |
CxConj | (a: Cx): Cx | std.complex |
CxCopy | (z: Cx): Cx | std.complex |
CxCos | (z: Cx): Cx | std.complex |
CxCosh | (z: Cx): Cx | std.complex |
CxDiv | (a: Cx, b: Cx): Cx | std.complex |
CxDivReal | (a: Cx, x: f64): Cx | std.complex |
CxEquals | (a: Cx, b: Cx): bool | std.complex |
CxExp | (z: Cx): Cx | std.complex |
CxFormat | (z: Cx, prec: int64, buf: int64, bufLen: int64): int64 | std.complex |
CxFromImag | (y: f64): Cx | std.complex |
CxFromPolar | (r: f64, theta: f64): Cx | std.complex |
CxFromReal | (x: f64): Cx | std.complex |
CxI | (): Cx | std.complex |
CxIm | (z: Cx): f64 | std.complex |
CxInv | (a: Cx): Cx | std.complex |
CxIsFinite | (z: Cx): bool | std.complex |
CxIsInf | (z: Cx): bool | std.complex |
CxIsNaN | (z: Cx): bool | std.complex |
CxIsReal | (z: Cx): bool | std.complex |
CxIsZero | (z: Cx): bool | std.complex |
CxLoad | (reArr: int64, imArr: int64, i: int64): Cx | std.complex |
CxLog | (z: Cx): Cx | std.complex |
CxLog10 | (z: Cx): Cx | std.complex |
CxLog2 | (z: Cx): Cx | std.complex |
CxMul | (a: Cx, b: Cx): Cx | std.complex |
CxMulReal | (a: Cx, x: f64): Cx | std.complex |
CxNeg | (a: Cx): Cx | std.complex |
CxNew | (re: f64, im: f64): Cx | std.complex |
CxNormalize | (z: Cx): Cx | std.complex |
CxOne | (): Cx | std.complex |
CxPow | (z: Cx, w: Cx): Cx | std.complex |
CxPowInt | (z: Cx, n: int64): Cx | std.complex |
CxPowReal | (z: Cx, x: f64): Cx | std.complex |
CxRe | (z: Cx): f64 | std.complex |
CxRoots | (z: Cx, n: int64, outRe: int64, outIm: int64): bool | std.complex |
CxSin | (z: Cx): Cx | std.complex |
CxSinh | (z: Cx): Cx | std.complex |
CxSqrt | (z: Cx): Cx | std.complex |
CxStore | (z: Cx, reArr: int64, imArr: int64, i: int64): void | std.complex |
CxSub | (a: Cx, b: Cx): Cx | std.complex |
CxSubReal | (a: Cx, x: f64): Cx | std.complex |
CxTan | (z: Cx): Cx | std.complex |
CxTanh | (z: Cx): Cx | std.complex |
CxZero | (): Cx | std.complex |
CylNew | (r: f64, phi: f64, z: f64): Cyl | std.coordinates.transform |
CylToCart | (c: Cyl): V3 | std.coordinates.transform |
# · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
