Maple Professional
Maple Academic
Maple Student Edition
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professional
MapleSim Academic
Maple T.A. - Testing & Assessment
Maple T.A. MAA Placement Test Suite
Möbius - Online Courseware
Machine Design / Industrial Automation
Aerospace
Vehicle Engineering
Robotics
Power Industries
System Simulation and Analysis
Model development for HIL
Plant Modeling for Control Design
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematics Education
Engineering Education
High Schools & Two-Year Colleges
Testing & Assessment
Students
Financial Modeling
Operations Research
High Performance Computing
Physics
Live Webinars
Recorded Webinars
Upcoming Events
MaplePrimes
Maplesoft Blog
Maplesoft Membership
Maple Ambassador Program
MapleCloud
Technical Whitepapers
E-Mail Newsletters
Maple Books
Math Matters
Application Center
MapleSim Model Gallery
User Case Studies
Exploring Engineering Fundamentals
Teaching Concepts with Maple
Maplesoft Welcome Center
Teacher Resource Center
Student Help Center
convert/binary - バイナリ形式に変換
使い方
convert(n, binary)
パラメータ
n - 10 進数
説明
関数 convert/binary は、10 進数 n を バイナリ数 に 変換します。正 または 負、整数 または 浮動小数 を扱えます。浮動小数の場合、オプションの3番目の引数で、答えの全体の精度(桁)を 決めることができます。(デフォルトは Digits で決まります。)
バイナリ数は、各桁が 1 か 0 の 基底 10 の数字 として返されます。
例
convert(123,binary);
convert(-5,binary);
convert(12.34,binary);
convert(123.4,binary);
参照
convert[base], convert[decimal], convert[hex], convert[octal]
Download Help Document