manifold-lang / manifold-core

Core library for Manifold frontends and backends
GNU General Public License v3.0
5 stars 7 forks source link

Add primitive type for real numbers #20

Closed mtrberzi closed 10 years ago

mtrberzi commented 10 years ago

Fixes #19

coveralls commented 10 years ago

Coverage Status

Coverage decreased (-1.47%) when pulling deecdfcfd5ef5e5b260ddc300b498b849c7a1c28 on mtrberzi:real-typevalue into 508bc102f590dc8f200dc28bc85206fe12632b92 on manifold-lang:master.

lucaswoj commented 10 years ago

Do we need a primitive for floating point numbers? Can they be represented in terms of other primitive types?

lucaswoj commented 10 years ago

The code itself looks good. I'm ok with merging this now and opening a ticket to revisit the issue when we have a richer type system.