Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions mathesaurus.xml
Original file line number Diff line number Diff line change
Expand Up @@ -892,10 +892,18 @@
<section>
<title>Missing values; IEEE-754 floating point status flags</title>
<group>
<command>
<description>Missing value</description>
<matlab>NaN</matlab>
<Python package="numarray.ieeespecial">nan</Python>
<R>NA</R>
<scilab>%nan</scilab>
</command>
<command>
<description>Not a Number</description>
<matlab>NaN</matlab>
<Python package="numarray.ieeespecial">nan</Python>
<R>NaN</R>
<scilab>%nan</scilab>
</command>

Expand Down