Maple für Professional
Maple für Akademiker
Maple für Studenten
Maple Personal Edition
Maple Player
Maple Player für iPad
MapleSim für Professional
MapleSim für Akademiker
Maple T.A. - Testen & beurteilen
Maple T.A. MAA Placement Test Suite
Möbius - Online-Courseware
Machine Design / Industrial Automation
Luft- und Raumfahrt
Fahrzeugtechnik
Robotics
Energiebranche
System Simulation and Analysis
Model development for HIL
Anlagenmodelle für den Regelungsentwurf
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematikausbildung
Technik
Allgemein- und berufsbildende Schulen
Testen und beurteilen
Studierende
Finanzmodelle
Betriebsforschung
Hochleistungsrechnen
Physik
Live-Webinare
Aufgezeichnete Webinare
Geplante Veranstaltungen
MaplePrimes
Maplesoft-Blog
Maplesoft-Mitgliedschaft
Maple Ambassador Program
MapleCloud
Technische Whitepapers
E-Mail Newsletters
Maple-Bücher
Math Matters
Anwendungs-Center
MapleSim Modell-Galerie
Anwenderberichte
Exploring Engineering Fundamentals
Lehrkonzepte mit Maple
Maplesoft Welcome-Center
Resource-Center für Lehrer
Help-Center für Studierende
type/float - check for an object of type float
type/sfloat - check for an object of type sfloat
type/hfloat - check for an object of type hfloat
type/float[] and type/float[8] - check for an object of type float[] or float[8]
Calling Sequence
type(x, float)
type(x, sfloat)
type(x, hfloat)
type(x, float[])
type(x, float[8])
Parameters
x
-
any expression
Description
The type(x, sfloat) function returns true if x is a Maple software float. Otherwise, false is returned.
The type(x, float[]), type(x, float[8]), and type(x, hfloat) functions return true if x is a Maple hardware float.
The "8" in float[8] refers to the number of bytes allocated for the hardware floating-point number. Only double precision floats (8 bytes) are currently supported. The types float[], float[8], and are synonymous with one another.
The type(x, float) function returns true if x is of type sfloat or hfloat (or float[] or float[8]).
Examples
See Also
float, HFloat, rtable, sfloat, type, type/atomic, type/literal, type/numeric, UseHardwareFloats
Download Help Document