积分充值
 首页
前端开发
AngularDartElectronFlutterHTML/CSSJavaScriptReactSvelteTypeScriptVue.js构建工具
后端开发
.NetC#C++C语言DenoffmpegGoIdrisJavaJuliaKotlinLeanMakefilenimNode.jsPascalPHPPythonRISC-VRubyRustSwiftUML其它语言区块链开发测试微服务敏捷开发架构设计汇编语言
数据库
Apache DorisApache HBaseCassandraClickHouseFirebirdGreenplumMongoDBMySQLPieCloudDBPostgreSQLRedisSQLSQLiteTiDBVitess数据库中间件数据库工具数据库设计
系统运维
AndroidDevOpshttpdJenkinsLinuxPrometheusTraefikZabbix存储网络与安全
云计算&大数据
Apache APISIXApache FlinkApache KarafApache KyuubiApache OzonedaprDockerHadoopHarborIstioKubernetesOpenShiftPandasrancherRocketMQServerlessService MeshVirtualBoxVMWare云原生CNCF机器学习边缘计算
综合其他
BlenderGIMPKiCadKritaWeblate产品与服务人工智能亿图数据可视化版本控制笔试面试
文库资料
前端
AngularAnt DesignBabelBootstrapChart.jsCSS3EchartsElectronHighchartsHTML/CSSHTML5JavaScriptJerryScriptJestReactSassTypeScriptVue前端工具小程序
后端
.NETApacheC/C++C#CMakeCrystalDartDenoDjangoDubboErlangFastifyFlaskGinGoGoFrameGuzzleIrisJavaJuliaLispLLVMLuaMatplotlibMicronautnimNode.jsPerlPHPPythonQtRPCRubyRustR语言ScalaShellVlangwasmYewZephirZig算法
移动端
AndroidAPP工具FlutterFramework7HarmonyHippyIoniciOSkotlinNativeObject-CPWAReactSwiftuni-appWeex
数据库
ApacheArangoDBCassandraClickHouseCouchDBCrateDBDB2DocumentDBDorisDragonflyDBEdgeDBetcdFirebirdGaussDBGraphGreenPlumHStreamDBHugeGraphimmudbIndexedDBInfluxDBIoTDBKey-ValueKitDBLevelDBM3DBMatrixOneMilvusMongoDBMySQLNavicatNebulaNewSQLNoSQLOceanBaseOpenTSDBOracleOrientDBPostgreSQLPrestoDBQuestDBRedisRocksDBSequoiaDBServerSkytableSQLSQLiteTiDBTiKVTimescaleDBYugabyteDB关系型数据库数据库数据库ORM数据库中间件数据库工具时序数据库
云计算&大数据
ActiveMQAerakiAgentAlluxioAntreaApacheApache APISIXAPISIXBFEBitBookKeeperChaosChoerodonCiliumCloudStackConsulDaprDataEaseDC/OSDockerDrillDruidElasticJobElasticSearchEnvoyErdaFlinkFluentGrafanaHadoopHarborHelmHudiInLongKafkaKnativeKongKubeCubeKubeEdgeKubeflowKubeOperatorKubernetesKubeSphereKubeVelaKumaKylinLibcloudLinkerdLonghornMeiliSearchMeshNacosNATSOKDOpenOpenEBSOpenKruiseOpenPitrixOpenSearchOpenStackOpenTracingOzonePaddlePaddlePolicyPulsarPyTorchRainbondRancherRediSearchScikit-learnServerlessShardingSphereShenYuSparkStormSupersetXuperChainZadig云原生CNCF人工智能区块链数据挖掘机器学习深度学习算法工程边缘计算
UI&美工&设计
BlenderKritaSketchUI设计
网络&系统&运维
AnsibleApacheAWKCeleryCephCI/CDCurveDevOpsGoCDHAProxyIstioJenkinsJumpServerLinuxMacNginxOpenRestyPrometheusServertraefikTrafficUnixWindowsZabbixZipkin安全防护系统内核网络运维监控
综合其它
文章资讯
 上传文档  发布文章  登录账户
IT文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部后端开发(87)Julia(87)

语言

全部英语(76)中文(繁体)(10)中文(简体)(1)

格式

全部PDF文档 PDF(87)
 
本次搜索耗时 0.465 秒,为您找到相关结果约 87 个.
  • 全部
  • 后端开发
  • Julia
  • 全部
  • 英语
  • 中文(繁体)
  • 中文(简体)
  • 全部
  • PDF文档 PDF
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Julia 中文文档

    . . 28 基础知识与参考文献 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 29 5.3 任意精度算术 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 29 5.4 着相邻的二进制整数表示。 舍入模式 一个数如果没有精确的浮点表示,就必须被舍入到一个合适的可表示的值。然而,如果想的话,可 以根据舍入模式改变舍入的方式,如 IEEE 754 标准 所述。 5.3. 任意精度算术 29 Julia 所使用的默认模式总是 RoundNearest,指舍入到最接近的可表示的值,这个被舍入的值会使用 尽量少的有效位数。 基础知识与参考文献 浮点算术带来了很多 以参见 William Kahan 的写作集。他以“浮点数之父”闻名。特别感兴趣的话可以看 An Interview with the Old Man of Floating-Point。 5.3 任意精度算术 为了允许使用任意精度的整数与浮点数,Julia 分别包装了 GNU Multiple Precision Arithmetic Library (GMP) 以及 GNU MPFR
    0 码力 | 1238 页 | 4.59 MB | 1 年前
    3
  • pdf文档 julia 1.10.10

    26 5.2 Boolean Operators . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 27 5.3 Bitwise Operators . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 27 5.4 Updating an integer type and all the usual promotion rules and numeric operators are also defined on it. 5.3 Bitwise Operators The following bitwise operators are supported on all primitive integer types: Here complex number: 3.0 * exp(4.0im) julia> [Polar(3, 4.0), Polar(4.0,5.3)] 2-element Vector{Polar{Float64}}: 3.0 * exp(4.0im) 4.0 * exp(5.3im) where the single-line show(io, z) form is still used for an
    0 码力 | 1692 页 | 6.34 MB | 3 月前
    3
  • pdf文档 Julia 1.10.9

    26 5.2 Boolean Operators . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 27 5.3 Bitwise Operators . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 27 5.4 Updating an integer type and all the usual promotion rules and numeric operators are also defined on it. 5.3 Bitwise Operators The following bitwise operators are supported on all primitive integer types: Here complex number: 3.0 * exp(4.0im) julia> [Polar(3, 4.0), Polar(4.0,5.3)] 2-element Vector{Polar{Float64}}: 3.0 * exp(4.0im) 4.0 * exp(5.3im) where the single-line show(io, z) form is still used for an
    0 码力 | 1692 页 | 6.34 MB | 3 月前
    3
  • pdf文档 Julia v1.5.4 Documentation

    Bitwise Operators . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 28 5.3 Updating operators . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . julia> 123 ⊻ 234 145 julia> xor(123, 234) 145 julia> ~UInt32(123) 5.3. UPDATING OPERATORS 29 0xffffff84 julia> ~UInt8(123) 0x84 5.3 Updating operators Every binary arithmetic and bitwise operator also complex number: 3.0 * exp(4.0im) julia> [Polar(3, 4.0), Polar(4.0,5.3)] 2-element Array{Polar{Float64},1}: 3.0 * exp(4.0im) 4.0 * exp(5.3im) where the single-line show(io, z) form is still used for an
    0 码力 | 1337 页 | 4.41 MB | 1 年前
    3
  • pdf文档 Julia 1.5.3 Documentation

    Bitwise Operators . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 28 5.3 Updating operators . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . julia> 123 ⊻ 234 145 julia> xor(123, 234) 145 julia> ~UInt32(123) 5.3. UPDATING OPERATORS 29 0xffffff84 julia> ~UInt8(123) 0x84 5.3 Updating operators Every binary arithmetic and bitwise operator also complex number: 3.0 * exp(4.0im) julia> [Polar(3, 4.0), Polar(4.0,5.3)] 2-element Array{Polar{Float64},1}: 3.0 * exp(4.0im) 4.0 * exp(5.3im) where the single-line show(io, z) form is still used for an
    0 码力 | 1335 页 | 4.41 MB | 1 年前
    3
  • pdf文档 Julia 1.5.2 Documentation

    Bitwise Operators . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 28 5.3 Updating operators . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . julia> 123 ⊻ 234 145 julia> xor(123, 234) 145 julia> ~UInt32(123) 5.3. UPDATING OPERATORS 29 0xffffff84 julia> ~UInt8(123) 0x84 5.3 Updating operators Every binary arithmetic and bitwise operator also complex number: 3.0 * exp(4.0im) julia> [Polar(3, 4.0), Polar(4.0,5.3)] 2-element Array{Polar{Float64},1}: 3.0 * exp(4.0im) 4.0 * exp(5.3im) where the single-line show(io, z) form is still used for an
    0 码力 | 1335 页 | 4.41 MB | 1 年前
    3
  • pdf文档 Julia 1.5.1 Documentation

    Bitwise Operators . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 28 5.3 Updating operators . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . julia> 123 ⊻ 234 145 julia> xor(123, 234) 145 julia> ~UInt32(123) 5.3. UPDATING OPERATORS 29 0xffffff84 julia> ~UInt8(123) 0x84 5.3 Updating operators Every binary arithmetic and bitwise operator also complex number: 3.0 * exp(4.0im) julia> [Polar(3, 4.0), Polar(4.0,5.3)] 2-element Array{Polar{Float64},1}: 3.0 * exp(4.0im) 4.0 * exp(5.3im) where the single-line show(io, z) form is still used for an
    0 码力 | 1335 页 | 4.41 MB | 1 年前
    3
  • pdf文档 Julia 1.5.0 Documentation

    Bitwise Operators . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 28 5.3 Updating operators . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . julia> 123 ⊻ 234 145 julia> xor(123, 234) 145 julia> ~UInt32(123) 5.3. UPDATING OPERATORS 29 0xffffff84 julia> ~UInt8(123) 0x84 5.3 Updating operators Every binary arithmetic and bitwise operator also complex number: 3.0 * exp(4.0im) julia> [Polar(3, 4.0), Polar(4.0,5.3)] 2-element Array{Polar{Float64},1}: 3.0 * exp(4.0im) 4.0 * exp(5.3im) where the single-line show(io, z) form is still used for an
    0 码力 | 1335 页 | 4.41 MB | 1 年前
    3
  • pdf文档 Julia 1.11.4

    5.2 Floating-Point Numbers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 20 5.3 Arbitrary Precision Arithmetic . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 25 5.4 Numeric Floating-Point". Of particular interest may be An Interview with the Old Man of Floating-Point. 5.3 Arbitrary Precision Arithmetic To allow computations with arbitrary-precision integers and floating complex number: 3.0 * exp(4.0im) julia> [Polar(3, 4.0), Polar(4.0,5.3)] 2-element Vector{Polar{Float64}}: 3.0 * exp(4.0im) 4.0 * exp(5.3im) where the single-line show(io, z) form is still used for an
    0 码力 | 2007 页 | 6.73 MB | 3 月前
    3
  • pdf文档 Julia 1.11.5 Documentation

    5.2 Floating-Point Numbers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 20 5.3 Arbitrary Precision Arithmetic . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 25 5.4 Numeric Floating-Point". Of particular interest may be An Interview with the Old Man of Floating-Point. 5.3 Arbitrary Precision Arithmetic To allow computations with arbitrary-precision integers and floating complex number: 3.0 * exp(4.0im) julia> [Polar(3, 4.0), Polar(4.0,5.3)] 2-element Vector{Polar{Float64}}: 3.0 * exp(4.0im) 4.0 * exp(5.3im) where the single-line show(io, z) form is still used for an
    0 码力 | 2007 页 | 6.73 MB | 3 月前
    3
共 87 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 9
前往
页
相关搜索词
Julia中文文档julia1.1010v15.4Documentation1.51.11
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩