fdiv

//

divide given values and return result


Parameters

fdiv valueA :integer :floating :rational :literal :quantity :object
     valueB :integer :floating :rational :quantity

Returns

  • :floating
  • :rational
  • :quantity
  • :object
  • or  :nothing

Examples

copy
print fdiv 5 2 ; 2.5

copy
a: 6 fdiv 'a 3 ; a: 2.0

Related