godot/core/variant
Hugo Locurcio 4bd5e4fd9b
Use the standard C `INFINITY` and `NAN` constants directly
The `Math_INF` and `Math_NAN` defines were just aliases for those
constants, so we might as well use them directly.

Some portions of the code were already using `INFINITY` directly.
2021-07-21 10:41:08 +07:00
..
SCsub
array.cpp
array.h
binder_common.h
callable.cpp
callable.h
callable_bind.cpp
callable_bind.h
container_type_validate.h
dictionary.cpp Force String as Dictionary key instead of StringName 2021-07-01 16:03:37 +07:00
dictionary.h
method_ptrcall.h
type_info.h
typed_array.h
variant.cpp
variant.h Increase the number of arguments accepted by UndoRedo methods 2021-07-06 18:52:28 +07:00
variant_call.cpp Use the standard C `INFINITY` and `NAN` constants directly 2021-07-21 10:41:08 +07:00
variant_construct.cpp
variant_construct.h
variant_internal.h
variant_op.cpp
variant_op.h Fix 'in' operator to check if an object member exists 2021-07-01 20:59:26 +07:00
variant_parser.cpp Use the standard C `INFINITY` and `NAN` constants directly 2021-07-21 10:41:08 +07:00
variant_parser.h
variant_setget.cpp
variant_setget.h
variant_utility.cpp